From 103f55009ceb4ef7d23c18cccc96f433a76d9f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferr=C3=A9ol=20JEANNOT?= Date: Tue, 22 Oct 2024 18:38:22 +0200 Subject: [PATCH] fix: add (more) startup probe handler to fix related error in Kontinuous --- .kontinuous/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.kontinuous/values.yaml b/.kontinuous/values.yaml index 1d68ba1279..8a9cba416b 100644 --- a/.kontinuous/values.yaml +++ b/.kontinuous/values.yaml @@ -75,6 +75,10 @@ backend-export: cpu: 3 memory: 3Gi startupProbe: + httpGet: + path: /healthz + port: http + scheme: HTTP initialDelaySeconds: 30 failureThreshold: 50 periodSeconds: 10 @@ -137,6 +141,10 @@ backend-cron: cpu: 1.5 memory: 2Gi startupProbe: + httpGet: + path: /healthz + port: http + scheme: HTTP initialDelaySeconds: 30 failureThreshold: 100 periodSeconds: 60