chore(helm chart): reduce readiness period and timeout (#2551)
- we wish to rapidly react to unresponsive pods
This commit is contained in:
@@ -91,8 +91,8 @@ spec:
|
||||
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 4
|
||||
timeoutSeconds: 2
|
||||
periodSeconds: 2
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 1
|
||||
exec:
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user