From 285f8cb99c15a3e7bae97d1eba403400373f747d Mon Sep 17 00:00:00 2001 From: Wojciech Sromek <157375010+wojciechsromek@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:09:58 +0200 Subject: [PATCH] chore: add startupprobe delay (#545) chore: add startup delay --- deploy/prod/common-values-iris-mpc.yaml | 1 + deploy/stage/common-values-iris-mpc.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/deploy/prod/common-values-iris-mpc.yaml b/deploy/prod/common-values-iris-mpc.yaml index efdadf928..be37df177 100644 --- a/deploy/prod/common-values-iris-mpc.yaml +++ b/deploy/prod/common-values-iris-mpc.yaml @@ -30,6 +30,7 @@ readinessProbe: startupProbe: enabled: true + initialDelaySeconds: 300 httpGet: path: /health port: health diff --git a/deploy/stage/common-values-iris-mpc.yaml b/deploy/stage/common-values-iris-mpc.yaml index 6418d1319..4e2401872 100644 --- a/deploy/stage/common-values-iris-mpc.yaml +++ b/deploy/stage/common-values-iris-mpc.yaml @@ -30,6 +30,7 @@ readinessProbe: startupProbe: enabled: true + initialDelaySeconds: 300 httpGet: path: /health port: health