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: