mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Reduce jinja2 filters in coredns templates (#4390)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
85e0fb32e6
commit
6d7f3c4405
@@ -7,6 +7,7 @@ dns_min_replicas: 2
|
||||
dns_nodes_per_replica: 16
|
||||
dns_cores_per_replica: 256
|
||||
dns_prevent_single_point_failure: "{{ 'true' if dns_min_replicas|int > 1 else 'false' }}"
|
||||
coredns_ordinal_suffix: ""
|
||||
|
||||
# nodelocaldns
|
||||
nodelocaldns_cpu_requests: 100m
|
||||
|
||||
Reference in New Issue
Block a user