diff --git a/charts/ace/README.md b/charts/ace/README.md index 5ed4363fe..6421ef238 100644 --- a/charts/ace/README.md +++ b/charts/ace/README.md @@ -141,7 +141,7 @@ The following table lists the configurable parameters of the `ace` chart and the | settings.db.auth.username | | postgres | | settings.db.auth.password | | "xyz" | | settings.db.logSQL | | false | -| settings.pgpool.enabled | | true | +| settings.pgpool.enabled | | false | | settings.pgpool.replicas | | 2 | | settings.pgpool.config.num_init_children | | "32" | | settings.pgpool.config.max_pool | | "3" | diff --git a/charts/ace/values.yaml b/charts/ace/values.yaml index 989cb9b4a..4a04223e0 100644 --- a/charts/ace/values.yaml +++ b/charts/ace/values.yaml @@ -295,7 +295,7 @@ settings: password: "xyz" logSQL: false pgpool: - enabled: true + enabled: false replicas: 2 config: num_init_children: "32"