feat: update postgresql-ha configuration

This commit is contained in:
icecheng 2025-10-23 16:30:59 +08:00
parent bdbb39f5cc
commit a4841900dd

View File

@ -609,7 +609,10 @@ postgresql:
## port = '5432' ## port = '5432'
## ... ## ...
## ##
configuration: "" configuration: |-
wal_level = logical
max_wal_senders = 10
wal_keep_size = 64MB
## @param postgresql.pgHbaConfiguration PostgreSQL client authentication configuration ## @param postgresql.pgHbaConfiguration PostgreSQL client authentication configuration
## You can use this parameter to specify the content for pg_hba.conf ## You can use this parameter to specify the content for pg_hba.conf
## Otherwise, a repmgr.conf will be generated based on the environment variables ## Otherwise, a repmgr.conf will be generated based on the environment variables