runtime-parameters.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. secrets:
  2. localAuth:
  3. enabled: true
  4. localUsers: bitnamiUser:ComplicatedPassword123!4
  5. web:
  6. enabled: true
  7. baseUrl: /
  8. externalUrl: vmware-concourse.my
  9. tls:
  10. enabled: true
  11. auth:
  12. mainTeam:
  13. localUser: bitnamiUser
  14. containerPorts:
  15. http: 8081
  16. https: 8081
  17. tsa: 2223
  18. pprof: 2222
  19. podSecurityContext:
  20. enabled: true
  21. fsGroup: 1002
  22. containerSecurityContext:
  23. enabled: true
  24. runAsUser: 1002
  25. serviceAccount:
  26. create: true
  27. automountServiceAccountToken: true
  28. worker:
  29. enabled: true
  30. replicaCount: 2
  31. mode: deployment
  32. containerPorts:
  33. garden: 7778
  34. health: 8889
  35. baggageclaim: 7789
  36. pprof: 7788
  37. podSecurityContext:
  38. enabled: true
  39. fsGroup: 1002
  40. containerSecurityContext:
  41. enabled: true
  42. privileged: true
  43. runAsUser: 0
  44. serviceAccount:
  45. create: true
  46. automountServiceAccountToken: true
  47. service:
  48. web:
  49. type: LoadBalancer
  50. ports:
  51. http: 80
  52. https: 444
  53. workerGateway:
  54. type: ClusterIP
  55. ports:
  56. tsa: 2223
  57. postgresql:
  58. enabled: true
  59. auth:
  60. username: bn_test_concourse
  61. password: bitnami_test_concourse_p4ss
  62. database: bitnami_test_concourse