Files
chart/library/ix-dev/community/jenkins/values.yaml
Stavros Kois 7cb307d254 NAS-122335 / 23.10 / Add jenkins to community train (#1245)
* Add `Jenkins` to `community` train

* add another combo test

* update wording

* change custom flag

* remove space

* disable http when https is enabled

* unique ports
2023-06-10 22:42:03 +03:00

43 lines
796 B
YAML

image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: '2.401.1-jdk17'
resources:
limits:
cpu: 4000m
memory: 8Gi
jenkinsConfig:
jenkinsOpts: []
jenkinsJavaOpts: []
additionalEnvs: []
jenkinsNetwork:
webPort: 30036
https: false
certificateID: 0
agent: false
agentPort: 50000
hostNetwork: false
jenkinsStorage:
home:
type: ixVolume
datasetName: home
additionalStorages: []
# Not user configurable
jenkinsConstants:
certsPath: /tmp/ix-certs
keystorePath: /var/jenkins_home/ix-keystore
crtName: ix.crt
keyName: ix.key
keystoreName: ix.jks
notes:
custom: |
The initial Admin password is generated on the
first run of Jenkins. You can retrieve it by
looking at the logs of Jenkins.
The default username is admin.