fix(gitea): Add LB
This commit is contained in:
@@ -51,7 +51,7 @@ gitea:
|
||||
DOMAIN: git.svc.hel1.obx
|
||||
ROOT_URL: https://git.svc.hel1.obx
|
||||
SSH_DOMAIN: git.obx
|
||||
SSH_PORT: 30022
|
||||
SSH_PORT: 22
|
||||
SSH_LISTEN_PORT: 22
|
||||
SSH_SERVER_USE_PROXY_PROTOCOL: true
|
||||
LANDING_PAGE: "explore"
|
||||
@@ -137,14 +137,14 @@ ingress:
|
||||
service:
|
||||
ssh:
|
||||
enabled: true
|
||||
type: NodePort
|
||||
nodePort: 30022
|
||||
type: LoadBalancer
|
||||
port: 22
|
||||
# type: LoadBalancer
|
||||
# port: 22
|
||||
# annotations:
|
||||
# load-balancer.hetzner.cloud/location: hel1
|
||||
# load-balancer.hetzner.cloud/uses-proxyprotocol: 'false'
|
||||
annotations:
|
||||
- load-balancer.hetzner.cloud/location: hel1
|
||||
- load-balancer.hetzner.cloud/name: load-balancer-1
|
||||
- load-balancer.hetzner.cloud/type: lb11
|
||||
- load-balancer.hetzner.cloud/use-private-ip: "true"
|
||||
- load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
|
||||
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user