diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 3521e51..dc5a67b 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -54,10 +54,11 @@ persistence: enabled: true service: ssh: + type: LoadBalancer enabled: true port: 2222 - annotations: - metallb.universe.tf/allow-shared-ip: test + loadBalancerIP: "" # optional + externalTrafficPolicy: Local http: clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP type: ClusterIP