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