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