feat(prod): add ssh to loadbalancer

This commit is contained in:
Fritz-Leo.Ochsmann 2025-07-11 12:25:53 +00:00
parent 894b6906e7
commit 704b739545

View file

@ -151,9 +151,11 @@ gitea:
service:
ssh:
type: NodePort
type: LoadBalancer
nodePort: 32222
externalTrafficPolicy: Local
externalTrafficPolicy: Cluster
annotations:
kubernetes.io/elb.id: 4a8b3649-08a8-4da4-8d3d-5aed3781cf94
image:
pullPolicy: "IfNotPresent"