|
|
@ -22,6 +22,7 @@ spec: |
|
|
|
containers: |
|
|
|
- name: kubedns |
|
|
|
image: "{{ kubedns_image_repo }}:{{ kubedns_image_tag }}" |
|
|
|
imagePullPolicy: {{ k8s_image_pull_policy }} |
|
|
|
resources: |
|
|
|
# TODO: Set memory limits when we've profiled the container for large |
|
|
|
# clusters, then set request = limit to keep this container in |
|
|
@ -64,6 +65,7 @@ spec: |
|
|
|
protocol: TCP |
|
|
|
- name: dnsmasq |
|
|
|
image: "{{ kubednsmasq_image_repo }}:{{ kubednsmasq_image_tag }}" |
|
|
|
imagePullPolicy: {{ k8s_image_pull_policy }} |
|
|
|
args: |
|
|
|
- --log-facility=- |
|
|
|
- --cache-size=1000 |
|
|
@ -78,6 +80,7 @@ spec: |
|
|
|
protocol: TCP |
|
|
|
- name: healthz |
|
|
|
image: "{{ exechealthz_image_repo }}:{{ exechealthz_image_tag }}" |
|
|
|
imagePullPolicy: {{ k8s_image_pull_policy }} |
|
|
|
resources: |
|
|
|
# keep request = limit to keep this container in guaranteed class |
|
|
|
limits: |
|
|
|