Skip to content
Snippets Groups Projects
Unverified Commit c78f5393 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2538 from hswong3i/weave-2.2.1-fixup

Fixup #2523: Upgrade Weave to 2.2.1 
parents fda49564 848fc323
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
- name: template weavenet conflist
template:
src: weavenet.conflist.j2
src: 00-weave.conflist.j2
dest: /etc/cni/net.d/00-weave.conflist
owner: kube
......
......@@ -141,7 +141,11 @@ items:
initialDelaySeconds: 30
resources:
requests:
cpu: 10m
cpu: {{ weave_cpu_requests }}
memory: {{ weave_memory_requests }}
limits:
cpu: {{ weave_cpu_limits }}
memory: {{ weave_memory_limits }}
securityContext:
privileged: true
volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment