Files
chart/library/ix-dev/community/jenkins/values.yaml
bugclerk f341236259 Upgraded catalog item(s) (#2481)
This commit upgrades sftpgo, paperless-ngx, tailscale, jenkins, n8n catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
2024-05-16 12:52:42 +03:00

44 lines
814 B
YAML

image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.452.1-jdk17
resources:
limits:
cpu: 4000m
memory: 8Gi
jenkinsConfig:
jenkinsOpts: []
jenkinsJavaOpts: []
additionalEnvs: []
jenkinsNetwork:
webPort: 30036
https: false
certificateID:
agent: false
agentPort: 50000
hostNetwork: false
jenkinsStorage:
home:
type: ixVolume
ixVolumeConfig:
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.