runtime-parameters.yaml 815 B

123456789101112131415161718192021222324252627282930313233343536
  1. pgpool:
  2. adminUsername: adminUser
  3. adminPassword: adminPassword123!4
  4. srCheckUsername: srCheck
  5. srCheckPassword: srCheckPassword123!4
  6. replicaCount: 1
  7. podSecurityContext:
  8. enabled: true
  9. fsGroup: 1002
  10. containerSecurityContext:
  11. enabled: true
  12. runAsUser: 1002
  13. containerPorts:
  14. postgresql: 5432
  15. postgresql:
  16. repmgrUsername: repmgr
  17. repmgrPassword: repmgrPassword123!4
  18. repmgrDatabase: repmgr
  19. repmgrPassfilePath: /opt/bitnami/repmgr/conf/.pgpass
  20. repmgrConnectTimeout: 7
  21. replicaCount: 4
  22. password: psqlPassword123!4
  23. containerPorts:
  24. postgresql: 5432
  25. podSecurityContext:
  26. enabled: true
  27. fsGroup: 1002
  28. containerSecurityContext:
  29. enabled: true
  30. runAsUser: 1002
  31. persistence:
  32. mountPath: /bitnami/postgresql
  33. service:
  34. ports:
  35. postgresql: 80
  36. type: LoadBalancer