feat(forgejo): changed type of the ssh service in forgejo to loadbalancer

This commit is contained in:
evdo 2025-07-03 13:49:01 +02:00
parent 6c6a25aecb
commit d2dcc7d260

View file

@ -152,6 +152,8 @@ service:
type: LoadBalancer
nodePort: 32222
externalTrafficPolicy: Local
annotations:
kubernetes.io/elb.id: 7d954977-9ab8-4d43-a163-255a75605b82
image:
pullPolicy: "IfNotPresent"