Skip to content

Commit 9e829c1

Browse files
committed
Prevent jenkins from being killed prematurely
Changed initialDelaySeconds for livenessProbe in openshift-persistent template
1 parent 5c6a1d4 commit 9e829c1

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)