From 2190285d7579fad183b1a5d9a6a99c5d351e5e1d Mon Sep 17 00:00:00 2001 From: Gavin Jaeger-Freeborn Date: Mon, 7 Oct 2024 11:44:01 -0700 Subject: [PATCH] extended probe timing Signed-off-by: Gavin Jaeger-Freeborn --- charts/vc-authn-oidc/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/vc-authn-oidc/templates/deployment.yaml b/charts/vc-authn-oidc/templates/deployment.yaml index 90ea5ef5..d22b91c0 100644 --- a/charts/vc-authn-oidc/templates/deployment.yaml +++ b/charts/vc-authn-oidc/templates/deployment.yaml @@ -119,10 +119,12 @@ spec: httpGet: path: / port: http + initialDelaySeconds: 30 readinessProbe: httpGet: path: / port: http + initialDelaySeconds: 30 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: