From c0c235bead90ae8d626e3c79b73a4b5537f6d73c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 24 Feb 2021 19:39:35 +0100 Subject: [PATCH] helm: fix initialDelaySeconds --- helm/templates/web-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/web-deployment.yaml b/helm/templates/web-deployment.yaml index 2397a5b36..d68ced4d5 100644 --- a/helm/templates/web-deployment.yaml +++ b/helm/templates/web-deployment.yaml @@ -99,12 +99,12 @@ spec: httpGet: path: /-/health/live/ port: http - initialDelaySeconds: 15 + initialDelaySeconds: 15 readinessProbe: httpGet: path: /-/health/ready/ port: http - initialDelaySeconds: 15 + initialDelaySeconds: 15 resources: requests: cpu: 100m