Skip to content

Commit

Permalink
Merge pull request #89 from bparees/interval
Browse files Browse the repository at this point in the history
increase liveness/readiness probe interval
  • Loading branch information
bparees authored Jan 19, 2018
2 parents e04b8cc + 1c660b6 commit fbda3d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/templates/cakephp-mysql-persistent.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"readinessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 3,
"periodSeconds": 60,
"httpGet": {
"path": "/health.php",
"port": 8080
Expand All @@ -217,6 +218,7 @@
"livenessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 30,
"periodSeconds": 60,
"httpGet": {
"path": "/health.php",
"port": 8080
Expand Down
2 changes: 2 additions & 0 deletions openshift/templates/cakephp-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"readinessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 3,
"periodSeconds": 60,
"httpGet": {
"path": "/health.php",
"port": 8080
Expand All @@ -217,6 +218,7 @@
"livenessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 30,
"periodSeconds": 60,
"httpGet": {
"path": "/health.php",
"port": 8080
Expand Down
2 changes: 2 additions & 0 deletions openshift/templates/cakephp.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"readinessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 3,
"periodSeconds": 60,
"httpGet": {
"path": "/",
"port": 8080
Expand All @@ -203,6 +204,7 @@
"livenessProbe": {
"timeoutSeconds": 3,
"initialDelaySeconds": 30,
"periodSeconds": 60,
"httpGet": {
"path": "/",
"port": 8080
Expand Down

0 comments on commit fbda3d3

Please sign in to comment.