mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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:
|
||||
- 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
Block a user