ix_values.yaml 794 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. image:
  2. repository: jenkins/jenkins
  3. pullPolicy: IfNotPresent
  4. tag: 2.401.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: 0
  17. agent: false
  18. agentPort: 50000
  19. hostNetwork: false
  20. jenkinsStorage:
  21. home:
  22. type: ixVolume
  23. datasetName: home
  24. additionalStorages: []
  25. # Not user configurable
  26. jenkinsConstants:
  27. certsPath: /tmp/ix-certs
  28. keystorePath: /var/jenkins_home/ix-keystore
  29. crtName: ix.crt
  30. keyName: ix.key
  31. keystoreName: ix.jks
  32. notes:
  33. custom: |
  34. The initial Admin password is generated on the
  35. first run of Jenkins. You can retrieve it by
  36. looking at the logs of Jenkins.
  37. The default username is admin.