From 2793e72f6138a52057b871234e5bd313aba79b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 18 Jan 2026 11:39:53 +0000 Subject: [PATCH] ssh service changed to LoadBalancer --- deploy/helm/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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