From 3059f5ba34a5afef21e31c5243c37e8558eacd09 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 18 Dec 2018 16:41:51 +0100 Subject: [PATCH] Asknot: make the openshift readyness and liveness probe wait longer for the initial checks Signed-off-by: Clement Verna --- roles/openshift-apps/asknot/files/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/asknot/files/deploymentconfig.yml b/roles/openshift-apps/asknot/files/deploymentconfig.yml index 7c677f244b..5601d1da96 100644 --- a/roles/openshift-apps/asknot/files/deploymentconfig.yml +++ b/roles/openshift-apps/asknot/files/deploymentconfig.yml @@ -25,13 +25,13 @@ spec: volumeMounts: readinessProbe: timeoutSeconds: 5 - initialDelaySeconds: 30 + initialDelaySeconds: 60 httpGet: path: / port: 8080 livenessProbe: timeoutSeconds: 5 - initialDelaySeconds: 30 + initialDelaySeconds: 60 httpGet: path: / port: 8080