summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-03-14 09:18:38 -0400
committerScott Dodson <sdodson@redhat.com>2016-03-14 09:27:39 -0400
commit145cf0c6e25460532862a21a9a145980a810e09d (patch)
tree1f984b37f253c82e0116fc1aedb7bfc9be352a00 /roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
parentaf5218491dc0c25079e7b97e16a3bb56c1a1421a (diff)
downloadopenshift-145cf0c6e25460532862a21a9a145980a810e09d.tar.gz
openshift-145cf0c6e25460532862a21a9a145980a810e09d.tar.bz2
openshift-145cf0c6e25460532862a21a9a145980a810e09d.tar.xz
openshift-145cf0c6e25460532862a21a9a145980a810e09d.zip
Sync latest to v1.2
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json b/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
index 4388350cb..d98e729d4 100644
--- a/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
+++ b/roles/openshift_examples/files/examples/v1.2/quickstart-templates/jenkins-persistent-template.json
@@ -120,6 +120,22 @@
{
"name": "jenkins",
"image": "${JENKINS_IMAGE}",
+ "readinessProbe": {
+ "timeoutSeconds": 3,
+ "initialDelaySeconds": 3,
+ "httpGet": {
+ "path": "/login",
+ "port": 8080
+ }
+ },
+ "livenessProbe": {
+ "timeoutSeconds": 3,
+ "initialDelaySeconds": 30,
+ "httpGet": {
+ "path": "/login",
+ "port": 8080
+ }
+ },
"env": [
{
"name": "JENKINS_PASSWORD",