controller: admin: username: admin serviceType: ClusterIP persistence: enabled: true storageClass: jenkins-auto-ebs size: 20Gi resources: requests: cpu: 500m memory: 1Gi limits: cpu: 1000m memory: 2Gi # ✅ IMPORTANT: allow slow Jenkins startup safely startupProbe: httpGet: path: /login port: http periodSeconds: 10 failureThreshold: 120 timeoutSeconds: 5 readinessProbe: httpGet: path: /login port: http periodSeconds: 10 failureThreshold: 10 timeoutSeconds: 5 livenessProbe: httpGet: path: /login port: http periodSeconds: 10 failureThreshold: 5 timeoutSeconds: 5 # ✅ IMPORTANT: stable plugin install (NO forced latest builds) installPlugins: - kubernetes - workflow-aggregator - git - configuration-as-code agent: enabled: true