mongodb openshift template: generalize probes

fixes: https://github.com/openshift/origin/issues/19379
This commit is contained in:
Jan Wozniak 2018-05-02 12:17:13 +02:00
parent 8d138f94d7
commit 003d0ac8d6
2 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@
"timeoutSeconds": 3,
"initialDelaySeconds": 3,
"httpGet": {
"path": "/pagecount",
"path": "/",
"port": 8080
}
},
@ -247,7 +247,7 @@
"timeoutSeconds": 3,
"initialDelaySeconds": 30,
"httpGet": {
"path": "/pagecount",
"path": "/",
"port": 8080
}
},

View File

@ -240,7 +240,7 @@
"timeoutSeconds": 3,
"initialDelaySeconds": 3,
"httpGet": {
"path": "/pagecount",
"path": "/",
"port": 8080
}
},
@ -248,7 +248,7 @@
"timeoutSeconds": 3,
"initialDelaySeconds": 30,
"httpGet": {
"path": "/pagecount",
"path": "/",
"port": 8080
}
},