Update bootstrap-platform/jenkins/values.yaml

This commit is contained in:
Dhakshan 2026-06-19 14:10:54 +00:00
parent d6c307990b
commit 9332109880
1 changed files with 7 additions and 50 deletions

View File

@ -1,53 +1,10 @@
controller: replicaCount: 1
admin:
username: admin
serviceType: ClusterIP image:
repository: jenkins/jenkins
tag: lts
persistence: service:
enabled: true port: 8080
storageClass: jenkins-auto-ebs
size: 20Gi
resources: namespace: jenkins
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
# =========================
# FIX FOR 503 STARTUP ISSUE
# =========================
# Disable startupProbe (Jenkins returns 503 during boot)
startupProbe: null
readinessProbe:
httpGet:
path: /login
port: http
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 10
livenessProbe:
httpGet:
path: /login
port: http
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 5
# =========================
# STABLE PLUGIN SETUP
# =========================
installPlugins:
- kubernetes
- workflow-aggregator
- git
- configuration-as-code
agent:
enabled: true