values.yaml 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. image:
  2. repository: jenkins/jenkins
  3. pullPolicy: IfNotPresent
  4. tag: 2.492.2-jdk17
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. jenkinsConfig:
  10. jenkinsOpts: []
  11. jenkinsJavaOpts: []
  12. additionalEnvs: []
  13. jenkinsNetwork:
  14. webPort: 30036
  15. https: false
  16. certificateID:
  17. agent: false
  18. agentPort: 50000
  19. hostNetwork: false
  20. jenkinsStorage:
  21. home:
  22. type: ixVolume
  23. ixVolumeConfig:
  24. datasetName: home
  25. additionalStorages: []
  26. # Not user configurable
  27. jenkinsConstants:
  28. certsPath: /tmp/ix-certs
  29. keystorePath: /var/jenkins_home/ix-keystore
  30. crtName: ix.crt
  31. keyName: ix.key
  32. keystoreName: ix.jks
  33. notes:
  34. custom: |
  35. The initial Admin password is generated on the
  36. first run of Jenkins. You can retrieve it by
  37. looking at the logs of Jenkins.
  38. The default username is admin.