From d0c252f67398dbfe18d18ecc72549ba7b7b9c1cb Mon Sep 17 00:00:00 2001 From: Daniel Nardo Date: Wed, 21 Jun 2017 19:05:03 -0700 Subject: [PATCH] Bump the memory request/limit for ip-masq-daemon. --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index d4fda49a24c..99e0193ea97 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -21,10 +21,10 @@ spec: resources: limits: cpu: 100m - memory: 8Mi + memory: 16Mi requests: cpu: 10m - memory: 8Mi + memory: 16Mi securityContext: privileged: true volumeMounts: