Skip to content

Commit

Permalink
TECH-3595-staging
Browse files Browse the repository at this point in the history
TECH-3595 - Setting correct values for CPU/RAM resources requests and limits
  • Loading branch information
OleksandrUA authored Aug 19, 2024
1 parent 4535f2f commit b298da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/staging/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ podAnnotations:

resources:
limits:
cpu: 1
memory: 1Gi
cpu: 0.1
memory: 64Mi
requests:
cpu: 250m
memory: 256Mi
cpu: 0.05
memory: 32Mi

env:
NODE_ENV:
Expand Down

0 comments on commit b298da1

Please sign in to comment.