mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
bump k8s pod mem limit to 320 until cache fixed
This commit is contained in:
parent
c7717afbfa
commit
644c6cf00b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
memory: 170Mi
|
||||
memory: 320Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 70Mi
|
||||
|
|
Loading…
Reference in a new issue