Skip to content

Commit 1b65aa5

Browse files
author
OpenShift Bot
authored
Merge pull request #12134 from wtrocki/patch-1
Merged by openshift-bot
2 parents f2427b8 + 9e829c1 commit 1b65aa5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/jenkins/jenkins-ephemeral-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"livenessProbe": {
9191
"timeoutSeconds": 3,
92-
"initialDelaySeconds": 120,
92+
"initialDelaySeconds": 420,
9393
"failureThreshold" : 30,
9494
"httpGet": {
9595
"path": "/login",

examples/jenkins/jenkins-persistent-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"livenessProbe": {
108108
"timeoutSeconds": 3,
109-
"initialDelaySeconds": 120,
109+
"initialDelaySeconds": 420,
110110
"failureThreshold" : 30,
111111
"httpGet": {
112112
"path": "/login",

pkg/bootstrap/bindata.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)