Add some initial resource limits to the ip-masq-agent.

pull/6/head
Daniel Nardo 2017-05-31 17:46:34 -07:00
parent 7043372d05
commit 3a134269dc
1 changed files with 7 additions and 0 deletions

View File

@ -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: