From 4e6e03120b9e405151e6f6622161531d392b331c Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 2 Oct 2025 13:44:34 +0200 Subject: [PATCH] postgresql options --- argocd/apps/openproject/values-openproject.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/argocd/apps/openproject/values-openproject.yaml b/argocd/apps/openproject/values-openproject.yaml index 8a7122c..c79c7cc 100644 --- a/argocd/apps/openproject/values-openproject.yaml +++ b/argocd/apps/openproject/values-openproject.yaml @@ -62,6 +62,13 @@ spec: secretKeys: adminPasswordKey: "InnoHubPostgres_2025!" userPasswordKey: "InnoProjectDB_2025!" + options: + pool: + maxConnections: 20 + minConnections: 5 + connectionTimeoutMillis: 2000 + idleTimeoutMillis: 10000 + maxLifetimeMillis: 600000 destination: server: 'https://kubernetes.default.svc' namespace: openproject