runtime-parameters.yaml 398 B

1234567891011121314151617181920212223
  1. backend:
  2. adminPassword: bitnami!1234
  3. adminEmail: vibuser@example.com
  4. service:
  5. ports:
  6. http: 8083
  7. rts:
  8. service:
  9. ports:
  10. http: 8085
  11. serviceAccount:
  12. automountServiceAccountToken: true
  13. client:
  14. service:
  15. type: LoadBalancer
  16. ports:
  17. http: 80
  18. containerSecurityContext:
  19. runAsUser: 1002
  20. podSecurityContext:
  21. fsGroup: 1002
  22. containerPorts:
  23. http: 8022