fix(gitea): Add LB

This commit is contained in:
2026-01-22 15:24:05 +01:00
parent 1fd177b73a
commit 21c57dac36
+8 -8
View File
@@ -51,7 +51,7 @@ gitea:
DOMAIN: git.svc.hel1.obx DOMAIN: git.svc.hel1.obx
ROOT_URL: https://git.svc.hel1.obx ROOT_URL: https://git.svc.hel1.obx
SSH_DOMAIN: git.obx SSH_DOMAIN: git.obx
SSH_PORT: 30022 SSH_PORT: 22
SSH_LISTEN_PORT: 22 SSH_LISTEN_PORT: 22
SSH_SERVER_USE_PROXY_PROTOCOL: true SSH_SERVER_USE_PROXY_PROTOCOL: true
LANDING_PAGE: "explore" LANDING_PAGE: "explore"
@@ -137,14 +137,14 @@ ingress:
service: service:
ssh: ssh:
enabled: true enabled: true
type: NodePort type: LoadBalancer
nodePort: 30022
port: 22 port: 22
# type: LoadBalancer annotations:
# port: 22 - load-balancer.hetzner.cloud/location: hel1
# annotations: - load-balancer.hetzner.cloud/name: load-balancer-1
# load-balancer.hetzner.cloud/location: hel1 - load-balancer.hetzner.cloud/type: lb11
# load-balancer.hetzner.cloud/uses-proxyprotocol: 'false' - load-balancer.hetzner.cloud/use-private-ip: "true"
- load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
postgresql-ha: postgresql-ha:
enabled: false enabled: false