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