From 32c45a970e30927b8f97da8f4ac06dd46ebe80b6 Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Thu, 9 Jul 2020 10:16:51 +0200 Subject: [PATCH] Fix liveliness probe pinging server before it has realistically been able to start --- scm-packaging/helm/src/main/chart/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scm-packaging/helm/src/main/chart/templates/deployment.yaml b/scm-packaging/helm/src/main/chart/templates/deployment.yaml index c51856f4f9..4172100f31 100644 --- a/scm-packaging/helm/src/main/chart/templates/deployment.yaml +++ b/scm-packaging/helm/src/main/chart/templates/deployment.yaml @@ -76,10 +76,12 @@ spec: httpGet: path: /scm port: http + initialDelaySeconds: 30 readinessProbe: httpGet: path: /scm port: http + initialDelaySeconds: 10 resources: {{ toYaml .Values.resources | indent 12 }} volumeMounts: