From 6f5fe42ad9c621a2988214e9589bd8c59a616231 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 17 Sep 2024 12:22:40 +1000 Subject: [PATCH] enable ingress for coder --- apps/coder/env/k3s-cluster/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/coder/env/k3s-cluster/values.yaml b/apps/coder/env/k3s-cluster/values.yaml index 13548fa..985d357 100644 --- a/apps/coder/env/k3s-cluster/values.yaml +++ b/apps/coder/env/k3s-cluster/values.yaml @@ -23,6 +23,6 @@ coder: metallb.universe.tf/address-pool: k3s-cluster-ip-pool metallb.universe.tf/allow-shared-ip: k3s-cluster ingress: - enable: false + enable: true className: nginx host: "coder.cluster.edward.sydney" \ No newline at end of file