diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql-ha/values.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql-ha/values.yaml index 9ce0501d..35fe21a1 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql-ha/values.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql-ha/values.yaml @@ -609,7 +609,10 @@ postgresql: ## port = '5432' ## ... ## - configuration: "" + configuration: |- + wal_level = logical + max_wal_senders = 10 + wal_keep_size = 64MB ## @param postgresql.pgHbaConfiguration PostgreSQL client authentication configuration ## 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