From a4841900dd354ce917131c498f3a82524a77f421 Mon Sep 17 00:00:00 2001 From: icecheng Date: Thu, 23 Oct 2025 16:30:59 +0800 Subject: [PATCH] feat: update postgresql-ha configuration --- .../helm-pkg/3rd/gitea/charts/postgresql-ha/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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