fix: route Gitea SSH through nginx ingress LB instead of separate LoadBalancer
This commit is contained in:
@@ -63,11 +63,11 @@ persistence:
|
||||
|
||||
service:
|
||||
ssh:
|
||||
type: LoadBalancer
|
||||
type: ClusterIP
|
||||
port: 22
|
||||
annotations:
|
||||
service.beta.kubernetes.io/do-loadbalancer-name: "gitea-ssh"
|
||||
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
|
||||
external-dns.alpha.kubernetes.io/target: "167.99.21.170"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user