From 9d807d28fc00c7d973d8d36d5e1c6b02fc2e1054 Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 10 Sep 2018 17:38:50 +0200 Subject: [PATCH] updated start times of liveness probe --- molgenis/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molgenis/templates/deployment.yaml b/molgenis/templates/deployment.yaml index f809088..a718bba 100644 --- a/molgenis/templates/deployment.yaml +++ b/molgenis/templates/deployment.yaml @@ -53,10 +53,14 @@ spec: httpGet: path: / port: 8080 + initialDelaySeconds: 180 + periodSeconds: 5 readinessProbe: httpGet: path: /api/v2/version port: 8080 + initialDelaySeconds: 180 + periodSeconds: 5 resources: {{ toYaml .resources | indent 12 }} {{- end }}