feat(forgejo): reconfigure loadbalancer to allow ssh

This commit is contained in:
Christopher Hase 2025-07-04 09:56:49 +02:00
parent 5f116820d0
commit 65ecf59bbf

View file

@ -151,9 +151,11 @@ gitea:
service: service:
ssh: ssh:
type: NodePort type: LoadBalancer
nodePort: 32222 nodePort: 32222
externalTrafficPolicy: Local externalTrafficPolicy: Cluster
annotations:
kubernetes.io/elb.id: {{{ .Env.LOADBALANCER_ID }}}
image: image:
pullPolicy: "IfNotPresent" pullPolicy: "IfNotPresent"