mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
[feature] Supprt enabling cpu limit in corends deployment (#10103)
This commit is contained in:
committed by
GitHub
parent
708677caf1
commit
9405eb821b
@@ -1,5 +1,8 @@
|
||||
---
|
||||
# Limits for coredns
|
||||
|
||||
# uncomment the line below to customize the DNS cpu limit value
|
||||
# dns_cpu_limit: 300m
|
||||
dns_memory_limit: 300Mi
|
||||
dns_cpu_requests: 100m
|
||||
dns_memory_requests: 70Mi
|
||||
|
||||
Reference in New Issue
Block a user