From 3461a897142e01c597c7571eeec3163a24e86de9 Mon Sep 17 00:00:00 2001 From: hosingh000 Date: Wed, 26 Dec 2018 23:35:32 -0600 Subject: [PATCH] Encrease probe check time to allow git cloning Change-Id: I626843f749cb454342fe6432b1c0666cdec308ce --- ranger/templates/deployment-ranger-services.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ranger/templates/deployment-ranger-services.yaml b/ranger/templates/deployment-ranger-services.yaml index 009811bd..08ec71ae 100755 --- a/ranger/templates/deployment-ranger-services.yaml +++ b/ranger/templates/deployment-ranger-services.yaml @@ -125,15 +125,15 @@ spec: - name: audit containerPort: {{ tuple "audit" "internal" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} livenessProbe: - initialDelaySeconds: 30 - timeoutSeconds: 10 + initialDelaySeconds: 600 + timeoutSeconds: 300 exec: command: - /tmp/health-check.sh - allservicesliveness readinessProbe: - initialDelaySeconds: 30 - timeoutSeconds: 10 + initialDelaySeconds: 600 + timeoutSeconds: 300 exec: command: - /tmp/health-check.sh