Skip to content

Commit

Permalink
Merge pull request #825 from makerdao/resources-fix2
Browse files Browse the repository at this point in the history
Fix resources 2
  • Loading branch information
eskp authored Dec 18, 2024
2 parents 7c5410d + 4ab69d1 commit e6739cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion helm/prod/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 35m
Expand Down
1 change: 0 additions & 1 deletion helm/prod/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 20m
Expand Down
1 change: 0 additions & 1 deletion helm/staging/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 35m
Expand Down
1 change: 0 additions & 1 deletion helm/staging/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ podAnnotations:

resources:
limits:
cpu: "0"
memory: 2Gi
requests:
cpu: 20m
Expand Down

0 comments on commit e6739cf

Please sign in to comment.