enable celery liveness probe

This commit is contained in:
Juris Pavļučenkovs 2022-10-05 11:23:25 +03:00 committed by GitHub
parent b6092f6d5c
commit f4d79e634a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ engine:
celery:
replicaCount: 1
livenessProbe:
enabled: false
enabled: true
initialDelaySeconds: 30
periodSeconds: 300
timeoutSeconds: 10