Skip to content
Snippets Groups Projects
Unverified Commit 7c3369e1 authored by Sébastien Masset's avatar Sébastien Masset Committed by GitHub
Browse files

Fixed default DNS min replica for single node clusters (#8112)

parent 9eacde21
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
dns_memory_limit: 170Mi
dns_cpu_requests: 100m
dns_memory_requests: 70Mi
dns_min_replicas: 2
dns_min_replicas: "{{ [ 2, groups['k8s_cluster'] | length ] | min }}"
dns_nodes_per_replica: 16
dns_cores_per_replica: 256
dns_prevent_single_point_failure: "{{ 'true' if dns_min_replicas|int > 1 else 'false' }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment