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: []
pathType: ImplementationSpecific
service:
http:
type: ClusterIP
ssh:
type: ClusterIP
postgresql-ha:
enabled: false
@ -54,6 +49,12 @@ gitea:
SERVICE__REQUIRE_SIGNIN_VIEW: "false"
MAILER__ENABLED: "false"
service:
http:
type: ClusterIP
ssh:
type: ClusterIP
readinessProbe:
enabled: false