From 1da623f06582023c7f63b4d8a320d24b11e72aa6 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Tue, 11 Nov 2025 21:18:17 +0100 Subject: [PATCH] Fix: Increase max_connections from 20 to 200 in authentik PostgreSQL configuration --- apps/authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index 7fc07cb..e749da4 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -63,7 +63,7 @@ authentik: instances: 2 postgresql: parameters: - max_connections: "20" + max_connections: "200" shared_buffers: "25MB" effective_cache_size: "75MB" maintenance_work_mem: "6400kB"