ssh service changed to LoadBalancer
All checks were successful
/ continuous-deploy (push) Successful in 5s

This commit is contained in:
2026-01-18 11:39:53 +00:00
parent 09661a58d7
commit 2793e72f61

View File

@@ -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