From 1c660b69bf6c9ba8247b7bf9b3ab0393eb44eee1 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Fri, 19 Jan 2018 11:49:36 -0500 Subject: [PATCH] increase liveness/readiness probe interval --- openshift/templates/cakephp-mysql-persistent.json | 2 ++ openshift/templates/cakephp-mysql.json | 2 ++ openshift/templates/cakephp.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/openshift/templates/cakephp-mysql-persistent.json b/openshift/templates/cakephp-mysql-persistent.json index cf6b84dd0..8888f19d0 100644 --- a/openshift/templates/cakephp-mysql-persistent.json +++ b/openshift/templates/cakephp-mysql-persistent.json @@ -209,6 +209,7 @@ "readinessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 3, + "periodSeconds": 60, "httpGet": { "path": "/health.php", "port": 8080 @@ -217,6 +218,7 @@ "livenessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 30, + "periodSeconds": 60, "httpGet": { "path": "/health.php", "port": 8080 diff --git a/openshift/templates/cakephp-mysql.json b/openshift/templates/cakephp-mysql.json index f95d9fc54..2bf7acd8c 100644 --- a/openshift/templates/cakephp-mysql.json +++ b/openshift/templates/cakephp-mysql.json @@ -209,6 +209,7 @@ "readinessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 3, + "periodSeconds": 60, "httpGet": { "path": "/health.php", "port": 8080 @@ -217,6 +218,7 @@ "livenessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 30, + "periodSeconds": 60, "httpGet": { "path": "/health.php", "port": 8080 diff --git a/openshift/templates/cakephp.json b/openshift/templates/cakephp.json index 86df61b40..0faa778f6 100644 --- a/openshift/templates/cakephp.json +++ b/openshift/templates/cakephp.json @@ -195,6 +195,7 @@ "readinessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 3, + "periodSeconds": 60, "httpGet": { "path": "/", "port": 8080 @@ -203,6 +204,7 @@ "livenessProbe": { "timeoutSeconds": 3, "initialDelaySeconds": 30, + "periodSeconds": 60, "httpGet": { "path": "/", "port": 8080