diff --git a/services/jenkins/helmrelease.yaml b/services/jenkins/helmrelease.yaml index a12e9a9..74587db 100644 --- a/services/jenkins/helmrelease.yaml +++ b/services/jenkins/helmrelease.yaml @@ -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