From 10c527966d7ec111a50359f446299ba128093f5c Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 26 Aug 2024 20:07:31 +1000 Subject: [PATCH] fix coder service --- apps/coder/env/k3s-cluster/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/coder/env/k3s-cluster/values.yaml b/apps/coder/env/k3s-cluster/values.yaml index 207d90b..d650df2 100644 --- a/apps/coder/env/k3s-cluster/values.yaml +++ b/apps/coder/env/k3s-cluster/values.yaml @@ -18,5 +18,6 @@ coder: - name: coder-data mountPath: /config service: - type: LoadBalancer - httpNodePort: 8180 \ No newline at end of file + annotations: + metallb.universe.tf/address-pool: k3s-cluster-ip-pool + metallb.universe.tf/allow-shared-ip: k3s-cluster \ No newline at end of file