Skip to content

Commit

Permalink
Merge pull request #822 from makerdao/resources
Browse files Browse the repository at this point in the history
Resources
  • Loading branch information
eskp authored Dec 17, 2024
2 parents 2112516 + dfb1a33 commit 35061d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
7 changes: 3 additions & 4 deletions helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ podAnnotations:

resources:
limits:
cpu: 0.25
memory: 1Gi
memory: 2Gi
requests:
cpu: 0.05
memory: 512Mi
cpu: 35m
memory: 500Mi

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

resources:
limits:
cpu: 0.25
memory: 256Gi
memory: 2Gi
requests:
cpu: 0.05
memory: 32Mi
cpu: 20m
memory: 60Mi

env:
NODE_ENV:
Expand Down
7 changes: 3 additions & 4 deletions helm/staging/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ podAnnotations:

resources:
limits:
cpu: 1
memory: 1Gi
memory: 2Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 35m
memory: 500Mi

env:
NODE_ENV:
Expand Down
7 changes: 3 additions & 4 deletions helm/staging/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ podAnnotations:

resources:
limits:
cpu: 1
memory: 1Gi
memory: 2Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 20m
memory: 60Mi

env:
NODE_ENV:
Expand Down

0 comments on commit 35061d6

Please sign in to comment.