Jenkins: add startupProbe delay to avoid premature restarts

This commit is contained in:
Brad Stein 2025-12-18 03:12:22 -03:00
parent 9ed31c3927
commit 14c1535ad1

View File

@ -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