From e0cfe94066e279f0e424d147f38c38a1c8cf0502 Mon Sep 17 00:00:00 2001 From: Karol Wychowaniec Date: Thu, 14 Dec 2017 11:03:17 +0100 Subject: [PATCH] Reduce CPU request of Dasboard addon --- cluster/addons/dashboard/dashboard-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/dashboard/dashboard-controller.yaml b/cluster/addons/dashboard/dashboard-controller.yaml index ac05d3a9a29..59bf7c4daf8 100644 --- a/cluster/addons/dashboard/dashboard-controller.yaml +++ b/cluster/addons/dashboard/dashboard-controller.yaml @@ -35,7 +35,7 @@ spec: cpu: 100m memory: 300Mi requests: - cpu: 100m + cpu: 50m memory: 100Mi ports: - containerPort: 8443