Update bootstrap-platform/jenkins/values.yaml
This commit is contained in:
parent
8943a6bd81
commit
2767ae861b
|
|
@ -18,13 +18,12 @@ controller:
|
|||
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
|
||||
|
||||
# Jenkins readiness check
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /login
|
||||
|
|
@ -32,9 +31,7 @@ controller:
|
|||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 10
|
||||
successThreshold: 1
|
||||
|
||||
# Jenkins liveness check
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /login
|
||||
|
|
@ -42,10 +39,9 @@ controller:
|
|||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 5
|
||||
successThreshold: 1
|
||||
|
||||
# =========================
|
||||
# PLUGINS (STABLE SETUP)
|
||||
# STABLE PLUGIN SETUP
|
||||
# =========================
|
||||
installPlugins:
|
||||
- kubernetes
|
||||
|
|
|
|||
Loading…
Reference in New Issue