Files
chart/library/ix-dev/community/jenkins/values.yaml
bugclerk 2a5dacc907 Upgraded catalog item(s) (#1408)
* Upgraded catalog item(s)

        This commit upgrades adguard-home, vaultwarden, grafana, jenkins catalog item(s).

* untouch nulls for now

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-27 20:22:38 +03:00

43 lines
797 B
YAML

image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.401.3-jdk17
resources:
limits:
cpu: 4000m
memory: 8Gi
jenkinsConfig:
jenkinsOpts: []
jenkinsJavaOpts: []
additionalEnvs: []
jenkinsNetwork:
webPort: 30036
https: false
certificateID: null
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.