From 39ca9e4ebc802f0eab777bfc79c582ccd5973a2c Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 22 Aug 2024 19:26:09 +0200 Subject: [PATCH] fix(cnpg): increase max connections --- cnpg/resources/cluster.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cnpg/resources/cluster.yaml b/cnpg/resources/cluster.yaml index 0378d20..d57614a 100644 --- a/cnpg/resources/cluster.yaml +++ b/cnpg/resources/cluster.yaml @@ -6,6 +6,10 @@ metadata: spec: instances: 2 + postgresql: + parameters: + max_connections: 150 + managed: roles: - name: ext_pgo_admin