bump to 1.2.2, restore mem limit to 170 (#94)

This commit is contained in:
Chris O'Haver 2018-08-29 10:05:45 -04:00 committed by GitHub
parent 644c6cf00b
commit 60f57ff95b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,11 +92,11 @@ spec:
operator: "Exists" operator: "Exists"
containers: containers:
- name: coredns - name: coredns
image: coredns/coredns:1.2.1 image: coredns/coredns:1.2.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
memory: 320Mi memory: 170Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 70Mi memory: 70Mi