runtime-parameters.yaml 503 B

12345678910111213141516171819202122232425262728
  1. adminEmail: vib-user@example.com
  2. service:
  3. type: LoadBalancer
  4. ports:
  5. http: 80
  6. ssh: 2500
  7. containerPorts:
  8. http: 8123
  9. ssh: 2321
  10. containerSecurityContext:
  11. enabled: true
  12. runAsUser: 1002
  13. podSecurityContext:
  14. enabled: true
  15. fsGroup: 1002
  16. adminPassword: bitnami!1234
  17. serviceAccount:
  18. create: true
  19. automountServiceAccountToken: true
  20. postgresql:
  21. enabled: true
  22. auth:
  23. username: bn_vib_gitea
  24. database: bitnami_vib_gitea
  25. primary:
  26. service:
  27. ports:
  28. postgresql: 9393