mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
bump to 1.2.2, restore mem limit to 170 (#94)
This commit is contained in:
parent
644c6cf00b
commit
60f57ff95b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue