allow dns autoscaler limits to be specified via variables (#6020)

This commit is contained in:
Lee Spottiswood
2020-04-29 07:34:25 +01:00
committed by GitHub
parent 72b68c7f82
commit a3d3f27aaa
2 changed files with 6 additions and 2 deletions

View File

@@ -66,8 +66,8 @@ spec:
image: "{{ dnsautoscaler_image_repo }}:{{ dnsautoscaler_image_tag }}"
resources:
requests:
cpu: "20m"
memory: "10Mi"
cpu: {{ dns_autoscaler_cpu_requests }}
memory: {{ dns_autoscaler_memory_requests }}
command:
- /cluster-proportional-autoscaler
- --namespace=kube-system