mongodb openshift template: generalize probes
fixes: https://github.com/openshift/origin/issues/19379
This commit is contained in:
parent
8d138f94d7
commit
003d0ac8d6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue