runtime-parameters.yaml 734 B

1234567891011121314151617181920212223242526272829303132333435
  1. architecture: replication
  2. auth:
  3. enablePostgresUser: true
  4. postgresPassword: ComplicatedPassword123!4
  5. username: test_user
  6. password: test_password
  7. database: test_database
  8. replicationUsername: test_repl_user
  9. containerPorts:
  10. postgresql: 5433
  11. postgresqlSharedPreloadLibraries: pgaudit, pg_stat_statements
  12. shmVolume:
  13. enabled: true
  14. primary:
  15. name: ptest
  16. podSecurityContext:
  17. enabled: true
  18. fsGroup: 1002
  19. containerSecurityContext:
  20. enabled: true
  21. runAsUser: 1002
  22. service:
  23. type: LoadBalancer
  24. ports:
  25. postgresql: 5433
  26. persistence:
  27. enabled: true
  28. mountPath: /bitnami/postgresql
  29. readReplicas:
  30. name: rtest
  31. replicaCount: 2
  32. service:
  33. type: LoadBalancer
  34. ports:
  35. postgresql: 80