Skip to content

Commit

Permalink
Set limits for nodejs container
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Jan 10, 2024
1 parent 1d85d0f commit 427b4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/brokencrystals/templates/bc-prod-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
requests:
cpu: 1800m
memory: 1024Mi
limits:
memory: 15G
livenessProbe:
httpGet:
path: /api/config
Expand Down

0 comments on commit 427b4c2

Please sign in to comment.