Skip to content

Commit

Permalink
Revert "Set resource limit for both heapster and influxdb container b…
Browse files Browse the repository at this point in the history
…ased on"

(cherry picked from commit 1a4d3ef)
  • Loading branch information
dchen1107 authored and alex-mohr committed Jun 29, 2015
1 parent 3223a8e commit c464aaa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
containers:
- image: gcr.io/google_containers/heapster:v0.14.3
name: heapster
resources:
limits:
cpu: 200m
memory: 2.5Gi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
containers:
- image: gcr.io/google_containers/heapster:v0.14.3
name: heapster
resources:
limits:
cpu: 200m
memory: 2.5Gi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
containers:
- image: gcr.io/google_containers/heapster:v0.14.3
name: heapster
resources:
limits:
cpu: 200m
memory: 2.5Gi
command:
- /heapster
- --source=kubernetes:''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
containers:
- image: gcr.io/google_containers/heapster_influxdb:v0.3
name: influxdb
resources:
limits:
cpu: 300m
memory: 2Gi
ports:
- containerPort: 8083
hostPort: 8083
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spec:
containers:
- image: gcr.io/google_containers/heapster:v0.14.3
name: heapster
resources:
limits:
cpu: 200m
memory: 2.5Gi
command:
- /heapster
- --source=kubernetes:''
Expand Down

0 comments on commit c464aaa

Please sign in to comment.