diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 5fafe89be7..4b80ee05eb 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -21,6 +21,13 @@ spec: containers: - name: ip-masq-agent image: gcr.io/google-containers/ip-masq-agent-amd64:v2.0.1 + resources: + limits: + cpu: 100m + memory: 8Mi + requests: + cpu: 10m + memory: 8Mi securityContext: privileged: true volumeMounts: