Merge pull request #178 from wozniakjan/issue/origin_19379/generalization_of_probes
mongodb openshift template: generalize probes
This commit is contained in:
commit
a2aa814098
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