Change to clusterIP
This commit is contained in:
parent
2051199e73
commit
f17bb6b711
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user