Sync from upstream
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-10-17 01:12:38 +02:00
parent 06f66334cf
commit 9c7539208e
14 changed files with 24 additions and 18 deletions

View file

@ -7,7 +7,7 @@ metadata:
{
"original-request": {
"url": "/k8s/v1.16/net.yaml",
"date": "Wed Jun 10 2020 20:07:23 GMT+0000 (UTC)"
"date": "Fri Oct 16 2020 23:10:48 GMT+0000 (UTC)"
},
"email-address": "support@weave.works"
}
@ -45,7 +45,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-kube:2.6.5'
image: 'docker.io/weaveworks/weave-kube:2.7.0'
readinessProbe:
httpGet:
host: 127.0.0.1
@ -53,7 +53,8 @@ spec:
port: 6784
resources:
requests:
cpu: 10m
cpu: 50m
memory: 100Mi
securityContext:
privileged: true
volumeMounts:
@ -78,10 +79,11 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'docker.io/weaveworks/weave-npc:2.6.5'
image: 'docker.io/weaveworks/weave-npc:2.7.0'
resources:
requests:
cpu: 10m
cpu: 50m
memory: 100Mi
securityContext:
privileged: true
volumeMounts: