Skip to content

Commit

Permalink
Merge pull request #270 from i5okie/main
Browse files Browse the repository at this point in the history
[vc-authn-oidc-prod] Migrate to Crunchy
  • Loading branch information
i5okie authored Dec 6, 2024
2 parents f241d39 + 9725b87 commit a8a029c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions services/vc-authn-oidc/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit a8a029c

Please sign in to comment.