Merge pull request #178 from wozniakjan/issue/origin_19379/generalization_of_probes

mongodb openshift template: generalize probes
This commit is contained in:
Honza Horak 2018-05-04 09:16:28 +02:00 committed by GitHub
commit a2aa814098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
},