Browse Source

Liveness probe success threshold must be 1

master
Fábio Kaiser Rauber 2 years ago
parent
commit
2b7fd30aba
  1. 2
      charts/snappymail/v0.1.0/templates/deployment.yaml

2
charts/snappymail/v0.1.0/templates/deployment.yaml

@ -54,7 +54,7 @@ spec:
port: http port: http
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
successThreshold: 2 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
timeoutSeconds: 2 timeoutSeconds: 2
readinessProbe: readinessProbe:

Loading…
Cancel
Save