Skip to content

Commit

Permalink
put resource limits on apps - lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed Nov 30, 2020
1 parent 0b546f1 commit 7035dd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ settings:
resources:
requests:
cpu: 50m
memory: 200Mi
memory: 100Mi
limits:
cpu: 200m
memory: 200Mi
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
memory: 256Mi
requests:
cpu: 50m
memory: 256Mi
memory: 128Mi
12 changes: 6 additions & 6 deletions helmfiles/apps/optional/weave-scope/weave-scope.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ weave-scope-frontend:
resources:
requests:
cpu: 25m
memory: 200Mi
memory: 100Mi
limits:
cpu: 150m
memory: 200Mi
memory: 150Mi
weave-scope-agent:
resources:
requests:
cpu: 25m
memory: 200Mi
memory: 100Mi
limits:
cpu: 100m
memory: 200Mi
memory: 150Mi
weave-scope-cluster-agent:
resources:
requests:
cpu: 25m
memory: 200Mi
memory: 100Mi
limits:
cpu: 100m
memory: 200Mi
memory: 150Mi

0 comments on commit 7035dd2

Please sign in to comment.