mirror of https://github.com/k3s-io/k3s
Merge pull request #28056 from fabioy/increase-reqs
Automatic merge from submit-queue Increase kube-dns requirements on CoreOS. [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() Missed changing the kube-dns memory limit on CoreOS. Follow of PR #28032.pull/6/head
commit
812b87c8e6
|
@ -32,7 +32,7 @@ spec:
|
||||||
memory: 200Mi
|
memory: 200Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 50Mi
|
memory: 100Mi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|
Loading…
Reference in New Issue