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
k8s-merge-robot 2016-06-27 17:29:14 -07:00 committed by GitHub
commit 812b87c8e6
1 changed files with 1 additions and 1 deletions

View File

@ -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