From 764657e65da45c9d002e4e9a55713f8b962a34aa Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 6 Oct 2025 09:50:46 +0200 Subject: [PATCH] postgresql debug --- .../apps/openproject/values-openproject.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/argocd/apps/openproject/values-openproject.yaml b/argocd/apps/openproject/values-openproject.yaml index 79ce8ef..2946c37 100644 --- a/argocd/apps/openproject/values-openproject.yaml +++ b/argocd/apps/openproject/values-openproject.yaml @@ -67,21 +67,21 @@ spec: postgresql: bundled: true auth: - username: "openproject" - database: "openproject" - password: "InnoProjectDB_2025" - postgresPassword: "InnoHubPostgres_2025" + # username: "openproject" + # database: "openproject" + # password: "InnoProjectDB_2025" + # postgresPassword: "InnoHubPostgres_2025" existingSecret: "postgresql-secret" - ##secretKeys: + # secretKeys: # adminPasswordKey: "InnoHubPostgres_2025!" # userPasswordKey: "InnoProjectDB_2025!" - options: - pool: - maxConnections: 30 - minConnections: 20 - connectionTimeoutMillis: 20000 - idleTimeoutMillis: 100000 - maxLifetimeMillis: 6000000 + # options: + # pool: + # maxConnections: 30 + # minConnections: 20 + # connectionTimeoutMillis: 20000 + # idleTimeoutMillis: 100000 + # maxLifetimeMillis: 6000000 destination: server: 'https://kubernetes.default.svc' namespace: openproject