chore(helm chart): reduce readiness period and timeout (#2551)

- we wish to rapidly react to unresponsive pods
This commit is contained in:
Iain Sproat
2024-08-01 19:01:01 +01:00
committed by GitHub
parent 1c048b4111
commit b983cfab40
@@ -91,8 +91,8 @@ spec:
readinessProbe:
initialDelaySeconds: 5
periodSeconds: 4
timeoutSeconds: 2
periodSeconds: 2
timeoutSeconds: 1
failureThreshold: 1
exec:
command: