Skip to content

Commit

Permalink
Update nodejs resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gornication committed Jan 22, 2024
1 parent fefc09e commit 155bad8
Show file tree
Hide file tree
Showing 2 changed files with 4 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.36
version: 0.0.37
keywords:
- brokencrystals-exp
- brkn-e
4 changes: 3 additions & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ spec:
value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt"
resources:
requests:
cpu: 500m
cpu: 1800m
memory: 1024Mi
limits:
memory: 15G
livenessProbe:
httpGet:
path: /api/config
Expand Down

0 comments on commit 155bad8

Please sign in to comment.