From f4d79e634a2d3df7ce16c430ef768e9b82cb230b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juris=20Pav=C4=BCu=C4=8Denkovs?= Date: Wed, 5 Oct 2022 11:23:25 +0300 Subject: [PATCH] enable celery liveness probe --- helm/oncall/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 700bccb8..87e2516f 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -45,7 +45,7 @@ engine: celery: replicaCount: 1 livenessProbe: - enabled: false + enabled: true initialDelaySeconds: 30 periodSeconds: 300 timeoutSeconds: 10