56 lines
925 B
YAML
56 lines
925 B
YAML
image:
|
|
repository: tccr.io/truecharts/jenkins
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.392.0@sha256:362ac8a36b4a1d603a0bce6e5c35097b33d6aae0544ba1cef8f300d2788dd09b
|
|
|
|
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
|