From be9089af11ea3e0c8c03095e7c975d8ee98714a2 Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 6 Oct 2025 17:33:17 +0200 Subject: [PATCH] options: pool: ... --- argocd/apps/openproject/values-openproject.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/argocd/apps/openproject/values-openproject.yaml b/argocd/apps/openproject/values-openproject.yaml index 66dc9eb..d5481ac 100644 --- a/argocd/apps/openproject/values-openproject.yaml +++ b/argocd/apps/openproject/values-openproject.yaml @@ -60,9 +60,12 @@ spec: existingSecret: "postgresql-secrets" global: readOnlyRootFilesystem: false - # options: - # pool: 25 - # connectTimeout: 10 + options: + pool: + maxConnections: 200 + minConnections: 20 + # connectionTimeout: 20 + connectTimeout: 10 destination: server: 'https://kubernetes.default.svc' namespace: openproject