Files
truecharts/charts/incubator/jenkins/values.yaml
T
09f1b94497 feat(jenkins): Jenkins (#3378)
* Initial release

* Create README.md

* fix service and add env

* adapt to new questions templates

* whoops

* update image

* update nexus image

* Update charts/incubator/jenkins/Chart.yaml

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-09 12:17:59 +02:00

35 lines
568 B
YAML

image:
repository: tccr.io/truecharts/jenkins
pullPolicy: IfNotPresent
tag: v2.362@sha256:b8b98adf94dc861b556bee88d8ea958162abdde4c041d9689de4406ecfae0d20
podSecurityContext:
runAsGroup: 1000
runAsUser: 1000
fsGroup: 1000
env:
JENKINS_JAVA_OPTS: ""
service:
main:
ports:
main:
port: 10280
targetPort: 8080
agent:
enabled: true
ports:
agent:
enabled: true
port: 50000
targetPort: 50000
persistence:
data:
enabled: true
mountPath: /var/jenkins_home
portal:
enabled: true