Jenkins: add startupProbe delay to avoid premature restarts

This commit is contained in:
Brad Stein 2025-12-18 03:12:22 -03:00
parent ac41f61240
commit 5531ec045d

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