runtime-parameters.yaml 401 B

123456789101112131415161718192021222324
  1. advertisedHost: bitnami-neo4j.my
  2. auth:
  3. password: ComplicatedPassword123!4
  4. tls:
  5. https:
  6. enabled: true
  7. autoGenerated: true
  8. containerPorts:
  9. http: 7475
  10. https: 7476
  11. bolt: 7688
  12. service:
  13. ports:
  14. http: 80
  15. https: 8443
  16. bolt: 443
  17. type: LoadBalancer
  18. podSecurityContext:
  19. enabled: true
  20. fsGroup: 1002
  21. containerSecurityContext:
  22. enabled: true
  23. runAsUser: 1002
  24. runAsGroup: 1002