mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.2.1
|
||||
image: coredns/coredns:1.2.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
memory: 320Mi
|
||||
memory: 170Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 70Mi
|
||||
|
|
Loading…
Reference in a new issue