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"
|
||||
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…
Add table
Add a link
Reference in a new issue