enable celery liveness probe
This commit is contained in:
parent
b6092f6d5c
commit
f4d79e634a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ engine:
|
|||
celery:
|
||||
replicaCount: 1
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
enabled: true
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 300
|
||||
timeoutSeconds: 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue