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:
parent
ecde8fa8af
commit
003aef75d2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user