Unverified Commit 8bd5a460 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #57192 from kawych/dashboard

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Reduce CPU request of Dashboard addon **What this PR does / why we need it**: This PR reduces request of Dashboard addon to free up cluster resources for user pods and other addons. Dashboard is bound on memory and under-utilizes CPU **Release note**: ```release-note NONE ```
parents d99fcd5e e0cfe940
...@@ -35,7 +35,7 @@ spec: ...@@ -35,7 +35,7 @@ spec:
cpu: 100m cpu: 100m
memory: 300Mi memory: 300Mi
requests: requests:
cpu: 100m cpu: 50m
memory: 100Mi memory: 100Mi
ports: ports:
- containerPort: 8443 - containerPort: 8443
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment