mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-06-01 04:26:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user