Skip to content

Commit ab29854

Browse files
committed
bump probe timings and thresholds to handle slow clusters that may be failing and restarting pods too quickly
1 parent 49d7591 commit ab29854

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deployment/clowdapp.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ objects:
2727
exec:
2828
command:
2929
- /probe-liveness.sh
30-
failureThreshold: 3
31-
initialDelaySeconds: 5
32-
periodSeconds: 10
30+
failureThreshold: 4
31+
initialDelaySeconds: 15
32+
periodSeconds: 15
3333
successThreshold: 1
34-
timeoutSeconds: 1
34+
timeoutSeconds: 10
3535
readinessProbe:
3636
exec:
3737
command:
3838
- /probe-readiness.sh
39-
failureThreshold: 3
40-
initialDelaySeconds: 5
41-
periodSeconds: 10
39+
failureThreshold: 4
40+
initialDelaySeconds: 15
41+
periodSeconds: 15
4242
successThreshold: 1
43-
timeoutSeconds: 1
43+
timeoutSeconds: 10
4444
resources:
4545
requests:
4646
cpu: ${POSTIGRADE_LIMITS_CONTAINER_CPU_REQUEST}

0 commit comments

Comments
 (0)