From 9725b87846576c4f1fc4603d38d00a1964e2cd38 Mon Sep 17 00:00:00 2001 From: Ivan P <2119240+i5okie@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:14:21 -0800 Subject: [PATCH] migrate to crunchy Signed-off-by: Ivan P <2119240+i5okie@users.noreply.github.com> --- services/vc-authn-oidc/charts/prod/values.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/services/vc-authn-oidc/charts/prod/values.yaml b/services/vc-authn-oidc/charts/prod/values.yaml index ec8e7e2..13f4d57 100644 --- a/services/vc-authn-oidc/charts/prod/values.yaml +++ b/services/vc-authn-oidc/charts/prod/values.yaml @@ -59,8 +59,14 @@ vc-authn-oidc: existingSecret: "vc-authn-oidc-acapy-secret" agentSeed: existingSecret: "vc-authn-oidc-agent" + walletStorageConfig: + url: vc-authn-oidc-agent-database-primary:5432 walletStorageCredentials: - existingSecret: "vc-authn-oidc-postgresql" + admin_account: walletman + existingSecret: "vc-authn-oidc-agent-database" + secretKeys: + adminPasswordKey: admin-password + userPasswordKey: acapy-password autoscaling: enabled: true @@ -128,12 +134,4 @@ vc-authn-oidc: timeoutSeconds: 10 postgresql: - auth: - existingSecret: "vc-authn-oidc-postgresql" - primary: - persistence: - size: 5Gi - resources: - limits: - cpu: 700m - memory: 2600Mi + enabled: false