Skip to content

Commit

Permalink
Merge pull request #257 from i5okie/crunchy-upgrade/test
Browse files Browse the repository at this point in the history
vc-authn-oidc test migration
  • Loading branch information
esune authored Oct 31, 2024
2 parents b8785f5 + 369531d commit b8b2c21
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions services/vc-authn-oidc/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ 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"
existingSecret: "vc-authn-oidc-agent-database"
secretKeys:
adminPasswordKey: admin-password
userPasswordKey: acapy-password

autoscaling:
enabled: true
Expand Down Expand Up @@ -133,17 +138,4 @@ vc-authn-oidc:
timeoutSeconds: 10

postgresql:
auth:
existingSecret: "vc-authn-oidc-postgresql"
primary:
resources:
limits:
cpu: 600m
persistence:
size: 5Gi
metrics:
enabled: true
containerSecurityContext:
enabled: false
serviceMonitor:
enabled: true
enabled: false

0 comments on commit b8b2c21

Please sign in to comment.