From e4869f68f4cd162588f7933f29b42280bfff030e Mon Sep 17 00:00:00 2001 From: Karol Wychowaniec Date: Wed, 17 Jan 2018 15:07:43 +0100 Subject: [PATCH] Reduce Metrics Server memory requirement --- cluster/addons/metrics-server/metrics-server-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/metrics-server/metrics-server-deployment.yaml b/cluster/addons/metrics-server/metrics-server-deployment.yaml index 73375b2202b..9731d78cd99 100644 --- a/cluster/addons/metrics-server/metrics-server-deployment.yaml +++ b/cluster/addons/metrics-server/metrics-server-deployment.yaml @@ -81,7 +81,7 @@ spec: - --config-dir=/etc/config - --cpu=40m - --extra-cpu=0.5m - - --memory=140Mi + - --memory=40Mi - --extra-memory=4Mi - --threshold=5 - --deployment=metrics-server-v0.2.0