Skip to content

Commit

Permalink
Merge pull request #1131 from bcgov/fix/dev-limits
Browse files Browse the repository at this point in the history
[Deployment] Increase CPU limit for Acapy container
  • Loading branch information
WadeBarnes authored May 2, 2024
2 parents 925451a + 83d2eb1 commit dc57ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ acapy:
enabled: true
namespaceSelector:
network.openshift.io/policy-group: ingress
resources:
limits:
cpu: 500m
tenant_proxy:
image:
pullPolicy: Always
Expand Down

0 comments on commit dc57ae7

Please sign in to comment.