Skip to content

Commit

Permalink
Merge pull request #819 from makerdao/TECH-3595-staging
Browse files Browse the repository at this point in the history
TECH-3595-staging
  • Loading branch information
OleksandrUA authored Aug 20, 2024
2 parents 4535f2f + b298da1 commit 550f1dc
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 550f1dc

Please sign in to comment.