Skip to content

Commit

Permalink
Merge pull request #12314 from a-robinson/mem
Browse files Browse the repository at this point in the history
Bump the heapster pod's memory limit from 200MiB to 300MiB.
  • Loading branch information
a-robinson committed Aug 6, 2015
2 parents 8d5fd8f + 0945c2c commit 9a3fb3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''

0 comments on commit 9a3fb3c

Please sign in to comment.