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 enabled: true
service: service:
ssh: ssh:
type: LoadBalancer
enabled: true enabled: true
port: 2222 port: 2222
annotations: loadBalancerIP: "" # optional
metallb.universe.tf/allow-shared-ip: test externalTrafficPolicy: Local
http: http:
clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP
type: ClusterIP type: ClusterIP