Skip to content

Commit

Permalink
Merge pull request #820 from makerdao/TECH-3595-prod
Browse files Browse the repository at this point in the history
Tech 3595 prod
  • Loading branch information
OleksandrUA authored Aug 20, 2024
2 parents 8092540 + 49e0f9d commit 2112516
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ podAnnotations:

resources:
limits:
cpu: 1
cpu: 0.25
memory: 1Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 0.05
memory: 512Mi

env:
NODE_ENV:
Expand Down
8 changes: 4 additions & 4 deletions helm/prod/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ podAnnotations:

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

env:
NODE_ENV:
Expand Down

0 comments on commit 2112516

Please sign in to comment.