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 456698e
Showing 1 changed file with 1 addition and 1 deletion.
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 456698e

Please sign in to comment.