Update bootstrap-platform/jenkins/values.yaml

This commit is contained in:
Dhakshan 2026-06-19 13:47:55 +00:00
parent 8943a6bd81
commit 2767ae861b
1 changed files with 3 additions and 7 deletions

View File

@ -18,13 +18,12 @@ controller:
memory: 2Gi memory: 2Gi
# ========================= # =========================
# PROBES (FIX FOR YOUR ISSUE) # FIX FOR 503 STARTUP ISSUE
# ========================= # =========================
# Disable startup probe (prevents false 503 failures during boot) # Disable startupProbe (Jenkins returns 503 during boot)
startupProbe: null startupProbe: null
# Jenkins readiness check
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /login path: /login
@ -32,9 +31,7 @@ controller:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 10 failureThreshold: 10
successThreshold: 1
# Jenkins liveness check
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /login path: /login
@ -42,10 +39,9 @@ controller:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 5 failureThreshold: 5
successThreshold: 1
# ========================= # =========================
# PLUGINS (STABLE SETUP) # STABLE PLUGIN SETUP
# ========================= # =========================
installPlugins: installPlugins:
- kubernetes - kubernetes