mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
This commit upgrades syncthing, gitea, drawio, joplin, metube, wordpress, immich, jenkins, n8n, homarr, odoo catalog item(s).
43 lines
792 B
YAML
43 lines
792 B
YAML
image:
|
|
repository: jenkins/jenkins
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.426.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
|
|
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.
|