additional-values.yaml 676 B

123456789101112131415161718192021222324252627
  1. jenkinsStorage:
  2. home:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/home
  5. additionalStorages:
  6. - type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/jenkinsWorkspace1
  8. mountPath: /workspace1
  9. - type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/jenkinsWorkspace2
  11. mountPath: /workspace2
  12. jenkinsConfig:
  13. jenkinsOpts:
  14. - useJmx
  15. - sessionTimeout=100
  16. jenkinsJavaOpts:
  17. - property: hudson.footerURL
  18. value: https://jenkins.example.com
  19. - property: jenkins.CLI.disabled
  20. value: "true"
  21. additionalEnvs:
  22. - name: PLUGINS_FORCE_UPGRADE
  23. value: "true"
  24. - name: TRY_UPGRADE_IF_NO_MARKER
  25. value: "true"