Skip to content

Commit

Permalink
NETOBSERV-730 Change operator limits (#229) (#231)
Browse files Browse the repository at this point in the history
- Remove CPU limit
- Set memory limit to 400MiB
  • Loading branch information
jotak authored Dec 16, 2022
1 parent 0bc24ca commit 8d636cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,7 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 200Mi
memory: 400Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down
3 changes: 1 addition & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 200Mi
memory: 400Mi
requests:
cpu: 100m
memory: 100Mi
Expand Down

0 comments on commit 8d636cb

Please sign in to comment.