File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 37
37
- ' redis-cli ping | grep -q "PONG"'
38
38
initialDelaySeconds : 5
39
39
periodSeconds : 1
40
+ timeoutSeconds : 60
40
41
41
42
---
42
43
apiVersion : v1
93
94
- ping
94
95
initialDelaySeconds : 5
95
96
periodSeconds : 1
96
- timeoutSeconds : 10
97
+ timeoutSeconds : 60
97
98
---
98
99
apiVersion : v1
99
100
kind : Service
@@ -182,7 +183,7 @@ spec:
182
183
- " celery -A banzai status | grep -q '@celery-worker:.*OK'"
183
184
initialDelaySeconds : 5
184
185
periodSeconds : 1
185
- timeoutSeconds : 10
186
+ timeoutSeconds : 60
186
187
resources :
187
188
requests :
188
189
cpu : 4
@@ -265,7 +266,7 @@ spec:
265
266
- ' celery -A banzai status | grep -q "large-celery-worker:.*OK"'
266
267
initialDelaySeconds : 5
267
268
periodSeconds : 1
268
- timeoutSeconds : 10
269
+ timeoutSeconds : 60
269
270
resources :
270
271
requests :
271
272
cpu : 2
@@ -343,4 +344,4 @@ spec:
343
344
- ' ps -u archive | grep -q "banzai_run_real"'
344
345
initialDelaySeconds : 5
345
346
periodSeconds : 1
346
- timeoutSeconds : 10
347
+ timeoutSeconds : 60
You can’t perform that action at this time.
0 commit comments