Skip to content

Commit

Permalink
fix: set remover cpu limit to 0 (eraser-dev#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra authored Jul 26, 2023
1 parent 614c959 commit f08f9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ components:
cpu: 0
limit:
mem: 30Mi
cpu: 1000m
cpu: 0
2 changes: 1 addition & 1 deletion manifest_staging/deploy/eraser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ data:
cpu: 0
limit:
mem: 30Mi
cpu: 1000m
cpu: 0
kind: ConfigMap
metadata:
name: eraser-manager-config
Expand Down

0 comments on commit f08f9f3

Please sign in to comment.