From 42feb54d80a53de2efc583f572b3bf00520f8abf Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 12 Feb 2021 11:53:49 +0100 Subject: [PATCH] helm: add initial wait for healthcheck --- helm/templates/web-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/templates/web-deployment.yaml b/helm/templates/web-deployment.yaml index c30562287..2397a5b36 100644 --- a/helm/templates/web-deployment.yaml +++ b/helm/templates/web-deployment.yaml @@ -99,10 +99,12 @@ spec: httpGet: path: /-/health/live/ port: http + initialDelaySeconds: 15 readinessProbe: httpGet: path: /-/health/ready/ port: http + initialDelaySeconds: 15 resources: requests: cpu: 100m