mirror of https://github.com/k3s-io/k3s
Add some initial resource limits to the ip-masq-agent.
parent
7043372d05
commit
3a134269dc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue