ix_values.yaml 814 B

123456789101112131415161718192021222324252627282930
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/jenkins_jenkins
  4. tag: 2.516.2-jdk17
  5. consts:
  6. jenkins_container_name: jenkins
  7. perms_container_name: permissions
  8. certs_container_name: certs
  9. run_as_user: 1000
  10. run_as_group: 1000
  11. keystore_path: /var/jenkins_home/ix-keystore
  12. keystore_name: keystore.jks
  13. temp_certs_path: /tmp/ix-safe/ix-certs
  14. key_name: ix.key
  15. crt_name: ix.crt
  16. restricted_opts:
  17. - httpPort
  18. - httpsPort
  19. - httpsKeyStorePassword
  20. - httpsKeyStore
  21. restricted_java_opts:
  22. - jenkins.model.Jenkins.slaveAgentPortEnforce
  23. - jenkins.model.Jenkins.slaveAgentPort
  24. notes_body: |
  25. The initial Admin password is generated on the
  26. first run of Jenkins. You can retrieve it by
  27. looking at the logs of Jenkins.
  28. The default username is `admin`.