From a89d3b61701e8ca14b501cc192c0400495cfd20d Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 20 Jul 2024 03:42:08 +1000 Subject: [PATCH] remove ingress --- apps/coder/env/k3s-cluster/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/coder/env/k3s-cluster/values.yaml b/apps/coder/env/k3s-cluster/values.yaml index 0fe5b36..8b520a8 100644 --- a/apps/coder/env/k3s-cluster/values.yaml +++ b/apps/coder/env/k3s-cluster/values.yaml @@ -19,8 +19,4 @@ coder: mountPath: /config service: type: NodePort - httpNodePort: 31180 - ingress: - enabled: true - className: nginx - host: coder.cluster.edward.sydney \ No newline at end of file + httpNodePort: 31180 \ No newline at end of file