From b5cf7b9a211858bc0533cfaa924934e87b2b3c87 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Thu, 12 Dec 2024 11:28:13 -0500 Subject: [PATCH] fix initial delay for dd (#3190) * fix initial delay for dd * removing changes to karpenter --- helmfile/charts/notify-document-download/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helmfile/charts/notify-document-download/values.yaml b/helmfile/charts/notify-document-download/values.yaml index 9dee59dbc..f7390070d 100644 --- a/helmfile/charts/notify-document-download/values.yaml +++ b/helmfile/charts/notify-document-download/values.yaml @@ -70,11 +70,13 @@ resources: memory: "800Mi" livenessProbe: + initialDelaySeconds: 30 httpGet: path: /_status port: 7000 readinessProbe: + initialDelaySeconds: 30 httpGet: path: /_status port: 7000