|
|
|
|
@ -2,16 +2,17 @@ |
|
|
|
|
global: |
|
|
|
|
imageRegistry: "" |
|
|
|
|
|
|
|
|
|
primary: |
|
|
|
|
configuration: | |
|
|
|
|
wal_level=logical |
|
|
|
|
|
|
|
|
|
postgresql: |
|
|
|
|
username: postgres |
|
|
|
|
existingSecret: "demo01-postgresql2-infisicalsecret" |
|
|
|
|
|
|
|
|
|
maxConnections: "100" |
|
|
|
|
sharedPreloadLibraries: "repmgr, pgaudit, pg_stat_statements" |
|
|
|
|
sharedPreloadLibraries: "repmgr, pgaudit, pg_stat_statements, pgoutput" |
|
|
|
|
|
|
|
|
|
extendedConf: |- |
|
|
|
|
wal_level = logical |
|
|
|
|
max_replication_slots = 4 |
|
|
|
|
max_wal_senders = 4 |
|
|
|
|
|
|
|
|
|
replicaCount: 1 |
|
|
|
|
|
|
|
|
|
|