set cluster ip to empty string

This commit is contained in:
2025-01-14 21:10:10 -06:00
parent 5e17e95420
commit 084eaeda25

View File

@@ -5,10 +5,10 @@ gitea:
service: service:
http: http:
type: ClusterIP type: ClusterIP
clusterIP: 10.103.160.139 clusterIP: ""
ssh: ssh:
type: ClusterIP type: ClusterIP
clusterIP: 10.103.160.140 clusterIP: ""
ingress: ingress:
enabled: false enabled: false
persistence: persistence: