Skip to content

Commit 997fbf5

Browse files
committed
Added timeouts to readiness probes
1 parent 02b5729 commit 997fbf5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: banzai/tests/k8s/e2e-k8s.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ spec:
3737
- 'redis-cli ping | grep -q "PONG"'
3838
initialDelaySeconds: 5
3939
periodSeconds: 1
40+
timeoutSeconds: 60
4041

4142
---
4243
apiVersion: v1
@@ -93,7 +94,7 @@ spec:
9394
- ping
9495
initialDelaySeconds: 5
9596
periodSeconds: 1
96-
timeoutSeconds: 10
97+
timeoutSeconds: 60
9798
---
9899
apiVersion: v1
99100
kind: Service
@@ -182,7 +183,7 @@ spec:
182183
- "celery -A banzai status | grep -q '@celery-worker:.*OK'"
183184
initialDelaySeconds: 5
184185
periodSeconds: 1
185-
timeoutSeconds: 10
186+
timeoutSeconds: 60
186187
resources:
187188
requests:
188189
cpu: 4
@@ -265,7 +266,7 @@ spec:
265266
- 'celery -A banzai status | grep -q "large-celery-worker:.*OK"'
266267
initialDelaySeconds: 5
267268
periodSeconds: 1
268-
timeoutSeconds: 10
269+
timeoutSeconds: 60
269270
resources:
270271
requests:
271272
cpu: 2
@@ -343,4 +344,4 @@ spec:
343344
- 'ps -u archive | grep -q "banzai_run_real"'
344345
initialDelaySeconds: 5
345346
periodSeconds: 1
346-
timeoutSeconds: 10
347+
timeoutSeconds: 60

0 commit comments

Comments
 (0)