From 27a5e5899ec875869a4a8f472209dcccfb06059c Mon Sep 17 00:00:00 2001 From: Sangho Na Date: Mon, 6 May 2024 17:28:32 +1200 Subject: [PATCH] chore: Set initial delay for startup probe --- helm/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/values.yaml b/helm/values.yaml index 97f9c1d9..0a84c470 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -102,6 +102,7 @@ wagtail: name: "" startupProbe: + initialDelaySeconds: 5 timeoutSeconds: 5 periodSeconds: 10 failureThreshold: 6