From 7d16861a52cde4b0352cebe882678247ec89cb95 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 2 Oct 2025 13:49:59 +0200 Subject: [PATCH] postgres debug --- argocd/apps/openproject/values-openproject.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/argocd/apps/openproject/values-openproject.yaml b/argocd/apps/openproject/values-openproject.yaml index c79c7cc..03db905 100644 --- a/argocd/apps/openproject/values-openproject.yaml +++ b/argocd/apps/openproject/values-openproject.yaml @@ -64,11 +64,11 @@ spec: userPasswordKey: "InnoProjectDB_2025!" options: pool: - maxConnections: 20 - minConnections: 5 - connectionTimeoutMillis: 2000 - idleTimeoutMillis: 10000 - maxLifetimeMillis: 600000 + maxConnections: 30 + minConnections: 20 + connectionTimeoutMillis: 20000 + idleTimeoutMillis: 100000 + maxLifetimeMillis: 6000000 destination: server: 'https://kubernetes.default.svc' namespace: openproject