Skip to content

Commit

Permalink
Update CPU allocations for vc-authn-oidc database instances
Browse files Browse the repository at this point in the history
- To bring throttling <25%.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Apr 2, 2024
1 parent 961bad4 commit da2a628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ acapy:
mongodb:
resources:
limits:
cpu: 300m
cpu: 800m
memory: 1000Mi
requests:
cpu: 40m
Expand Down
2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ acapy:
mongodb:
resources:
limits:
cpu: 300m
cpu: 800m
memory: 1000Mi
requests:
cpu: 40m
Expand Down
2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ acapy:
mongodb:
resources:
limits:
cpu: 300m
cpu: 800m
memory: 1000Mi
requests:
cpu: 40m
Expand Down

0 comments on commit da2a628

Please sign in to comment.