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
1 changed files with 2 additions and 2 deletions

View File

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