From fb0dd6095455b0ae69381e2b845e39b32b8266e4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 21 Apr 2026 20:53:55 -0300 Subject: [PATCH] jenkins: allow slow controller startup --- services/jenkins/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/jenkins/deployment.yaml b/services/jenkins/deployment.yaml index 39bbd8cd..7085fc98 100644 --- a/services/jenkins/deployment.yaml +++ b/services/jenkins/deployment.yaml @@ -180,7 +180,8 @@ spec: port: http initialDelaySeconds: 30 periodSeconds: 10 - failureThreshold: 20 + timeoutSeconds: 5 + failureThreshold: 60 volumeMounts: - name: jenkins-home mountPath: /var/jenkins_home