Skip to content

Commit

Permalink
Merge pull request #823 from makerdao/resources-rebased
Browse files Browse the repository at this point in the history
Resources rebased to default branch
  • Loading branch information
eskp authored Dec 17, 2024
2 parents 550f1dc + fe576e5 commit 29ce15b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 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
memory: 1Gi
cpu: 0
memory: 2Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 35m
memory: 500Mi

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
memory: 2Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 20m
memory: 60Mi

env:
NODE_ENV:
Expand Down
8 changes: 4 additions & 4 deletions helm/staging/backend.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
memory: 2Gi
requests:
cpu: 250m
memory: 256Mi
cpu: 35m
memory: 500Mi

env:
NODE_ENV:
Expand Down
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: 0.1
memory: 64Mi
cpu: 0
memory: 2Gi
requests:
cpu: 0.05
memory: 32Mi
cpu: 20m
memory: 60Mi

env:
NODE_ENV:
Expand Down

0 comments on commit 29ce15b

Please sign in to comment.