Reduce jinja2 filters in coredns templates (#4390)

This commit is contained in:
Matthew Mosesohn
2019-03-26 21:09:17 +03:00
committed by Kubernetes Prow Robot
parent 85e0fb32e6
commit 6d7f3c4405
5 changed files with 20 additions and 21 deletions

View File

@@ -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