Skip to content

Commit

Permalink
Merge pull request #57551 from kawych/automated-cherry-pick-of-#57192…
Browse files Browse the repository at this point in the history
…-upstream-release-1.9

Automatic merge from submit-queue.

Automated cherry pick of #57192: Reduce CPU request of Dasboard addon

Cherry pick of #57192 on release-1.9.

#57192: Reduce CPU request of Dasboard addon

**Release note**:
```release-note
Free up CPU requested but unused by Kubernetes Dashboard.
```
  • Loading branch information
Kubernetes Submit Queue authored Jan 3, 2018
2 parents 2191870 + de05500 commit 362cd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/addons/dashboard/dashboard-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
cpu: 100m
memory: 300Mi
requests:
cpu: 100m
cpu: 50m
memory: 100Mi
ports:
- containerPort: 8443
Expand Down

0 comments on commit 362cd65

Please sign in to comment.