Change to clusterIP

This commit is contained in:
dvirlabs 2025-04-30 17:49:32 +03:00
parent 2051199e73
commit f17bb6b711

View File

@ -11,11 +11,6 @@ ingress:
tls: [] tls: []
pathType: ImplementationSpecific pathType: ImplementationSpecific
service:
http:
type: ClusterIP
ssh:
type: ClusterIP
postgresql-ha: postgresql-ha:
enabled: false enabled: false
@ -54,6 +49,12 @@ gitea:
SERVICE__REQUIRE_SIGNIN_VIEW: "false" SERVICE__REQUIRE_SIGNIN_VIEW: "false"
MAILER__ENABLED: "false" MAILER__ENABLED: "false"
service:
http:
type: ClusterIP
ssh:
type: ClusterIP
readinessProbe: readinessProbe:
enabled: false enabled: false