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:
nodeSelector:
hardware: rpi4
startupProbe:
httpGet:
path: /login
port: http
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 20
jenkinsUrl: https://ci.bstein.dev
ingress:
enabled: true