Skip to content

Commit

Permalink
Reduce CPU requests for NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Feb 6, 2024
1 parent bda6893 commit da16980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.45
version: 0.0.46
keywords:
- brokencrystals
- brkn
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt"
resources:
requests:
cpu: 1800m
cpu: 900m
memory: 1024Mi
limits:
memory: 15G
Expand Down

0 comments on commit da16980

Please sign in to comment.