mirror of https://github.com/kubernetes/kops.git
Merge pull request #1293 from justinsb/reduce_kopeio_vxlan_cpu
Reduce CPU request for kopeio vxlan
This commit is contained in:
commit
69e16da2a2
|
@ -17,7 +17,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- resources:
|
- resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 0.20
|
cpu: 20m
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
image: kopeio/networking-agent:1.0.20161116
|
image: kopeio/networking-agent:1.0.20161116
|
||||||
|
|
Loading…
Reference in New Issue