Browse Source

Fix initial healthcheck delay for big Data.fs

master
Fábio Kaiser Rauber 2 years ago
parent
commit
1425298370
  1. 4
      charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml

4
charts/portalmodelo/v0.5.0/templates/zeoserver-deployment.yaml

@ -87,7 +87,7 @@ spec:
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:
port: 8100 port: 8100
initialDelaySeconds: 30 initialDelaySeconds: 90
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
successThreshold: 1 successThreshold: 1
@ -95,7 +95,7 @@ spec:
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 8100 port: 8100
initialDelaySeconds: 15 initialDelaySeconds: 90
periodSeconds: 5 periodSeconds: 5
failureThreshold: 5 failureThreshold: 5
successThreshold: 1 successThreshold: 1

Loading…
Cancel
Save