mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Add some initial resource limits to the ip-masq-agent.
This commit is contained in:
parent
7043372d05
commit
3a134269dc
@ -21,6 +21,13 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: ip-masq-agent
|
- name: ip-masq-agent
|
||||||
image: gcr.io/google-containers/ip-masq-agent-amd64:v2.0.1
|
image: gcr.io/google-containers/ip-masq-agent-amd64:v2.0.1
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 8Mi
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 8Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user