Extend DNS memory limit. 170Mi tents to OOM (#9084)
This commit is contained in:
parent
3d32f0e953
commit
14063b023c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Limits for coredns
|
||||
dns_memory_limit: 170Mi
|
||||
dns_memory_limit: 300Mi
|
||||
dns_cpu_requests: 100m
|
||||
dns_memory_requests: 70Mi
|
||||
dns_min_replicas: "{{ [ 2, groups['k8s_cluster'] | length ] | min }}"
|
||||
|
@ -16,7 +16,7 @@ coredns_default_zone_cache_block: |
|
|||
|
||||
# nodelocaldns
|
||||
nodelocaldns_cpu_requests: 100m
|
||||
nodelocaldns_memory_limit: 170Mi
|
||||
nodelocaldns_memory_limit: 200Mi
|
||||
nodelocaldns_memory_requests: 70Mi
|
||||
nodelocaldns_ds_nodeselector: "kubernetes.io/os: linux"
|
||||
nodelocaldns_prometheus_port: 9253
|
||||
|
|
Loading…
Reference in a new issue