TrueChartsClone/charts/incubator/jenkins/values.yaml

56 lines
918 B
YAML
Raw Normal View History

image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.385-jdk17@sha256:12898836cbc477a5d54bd953132b36669b0567c3ee2ef6b30db503b5d596a345
podSecurityContext:
runAsGroup: 1000
runAsUser: 1000
fsGroup: 1000
# securityContext:
# readOnlyRootFilesystem: false
jenkins:
java_opts: []
jenkins_opts: []
jenkins_java_opts: []
plugins_force_upgrade: false
upgrade_if_no_marker: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
probes:
liveness:
type: HTTP
path: /login
readiness:
type: HTTP
path: /login
startup:
type: HTTP
path: /login
service:
main:
ports:
main:
protocol: HTTP
port: 10280
agent:
enabled: true
ports:
agent:
enabled: true
port: 50000
persistence:
data:
enabled: true
mountPath: /var/jenkins_home
portal:
enabled: true