Update bootstrap-platform/jenkins/values.yaml
This commit is contained in:
parent
8943a6bd81
commit
2767ae861b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue