jenkins: allow slow controller startup

This commit is contained in:
Brad Stein 2026-04-21 20:53:55 -03:00
parent 4401c26496
commit fb0dd60954

View File

@ -180,7 +180,8 @@ spec:
port: http port: http
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
failureThreshold: 20 timeoutSeconds: 5
failureThreshold: 60
volumeMounts: volumeMounts:
- name: jenkins-home - name: jenkins-home
mountPath: /var/jenkins_home mountPath: /var/jenkins_home