Skip to content

Commit

Permalink
Merge pull request #891 from bcgov/feature/crunchy-migration
Browse files Browse the repository at this point in the history
Migrate Traction dev to crunchy
  • Loading branch information
i5okie authored Oct 23, 2023
2 parents d33aa4a + 513220a commit a3bd53c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ acapy:
- bcovrin-dev
reservation:
expiry_minutes: 7200
walletStorageConfig:
url: traction-database-primary:5432
walletStorageCredentials:
admin_account: walletman
existingSecret: traction-database-acapy
secretKeys:
adminPasswordKey: walletman-password
userPasswordKey: acapy-password
autoscaling:
enabled: true
minReplicas: 2
Expand Down Expand Up @@ -74,10 +82,4 @@ ingress:
annotations:
route.openshift.io/termination: edge
postgresql:
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
enabled: false

0 comments on commit a3bd53c

Please sign in to comment.