Jenkins: add startupProbe delay to avoid premature restarts
This commit is contained in:
parent
ac41f61240
commit
5531ec045d
@ -30,6 +30,14 @@ spec:
|
|||||||
controller:
|
controller:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
hardware: rpi4
|
hardware: rpi4
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /login
|
||||||
|
port: http
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 20
|
||||||
jenkinsUrl: https://ci.bstein.dev
|
jenkinsUrl: https://ci.bstein.dev
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user