Update bootstrap-platform/jenkins/values.yaml
This commit is contained in:
parent
d6c307990b
commit
9332109880
|
|
@ -1,53 +1,10 @@
|
|||
controller:
|
||||
admin:
|
||||
username: admin
|
||||
replicaCount: 1
|
||||
|
||||
serviceType: ClusterIP
|
||||
image:
|
||||
repository: jenkins/jenkins
|
||||
tag: lts
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: jenkins-auto-ebs
|
||||
size: 20Gi
|
||||
service:
|
||||
port: 8080
|
||||
|
||||
resources:
|
||||
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
|
||||
namespace: jenkins
|
||||
Loading…
Reference in New Issue