ssh service changed to LoadBalancer
All checks were successful
/ continuous-deploy (push) Successful in 5s
All checks were successful
/ continuous-deploy (push) Successful in 5s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user