For liveness and readiness, succeed quickly and fail slowly

- No reason to wait a long time before the first check, since our
  app should start quickly
This commit is contained in:
Ryan Richard 2020-08-18 09:18:51 -07:00
parent ecde8fa8af
commit 003aef75d2

View File

@ -93,7 +93,7 @@ spec:
path: /healthz path: /healthz
port: 443 port: 443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 20 initialDelaySeconds: 2
timeoutSeconds: 15 timeoutSeconds: 15
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
@ -102,7 +102,7 @@ spec:
path: /healthz path: /healthz
port: 443 port: 443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 20 initialDelaySeconds: 2
timeoutSeconds: 3 timeoutSeconds: 3
periodSeconds: 10 periodSeconds: 10
failureThreshold: 3 failureThreshold: 3