fix: set Gitea SSH service to ClusterIP with explicit clusterIP: None

This commit is contained in:
Ryan Moon
2026-04-02 18:40:12 -05:00
parent 644e5240b4
commit 48961e4af8

View File

@@ -64,6 +64,7 @@ persistence:
service: service:
ssh: ssh:
type: ClusterIP type: ClusterIP
clusterIP: None
port: 22 port: 22
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech