From c101327843f717445796e2fbf49c6fb9efeaa1c8 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 7 Nov 2019 11:56:22 +0100 Subject: [PATCH] mdapi: give the liveness probe 15s before it times out Signed-off-by: Clement Verna --- roles/openshift-apps/mdapi/files/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mdapi/files/deploymentconfig.yml b/roles/openshift-apps/mdapi/files/deploymentconfig.yml index 1629953896..d7bebabfa4 100644 --- a/roles/openshift-apps/mdapi/files/deploymentconfig.yml +++ b/roles/openshift-apps/mdapi/files/deploymentconfig.yml @@ -36,7 +36,7 @@ spec: path: / port: 8080 livenessProbe: - timeoutSeconds: 5 + timeoutSeconds: 15 initialDelaySeconds: 60 periodSeconds: 60 httpGet: