mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
ingress-nginx: container download related things should defined in the download role
This commit is contained in:
@@ -27,10 +27,8 @@ spec:
|
||||
{% if ingress_nginx_host_network %}
|
||||
hostNetwork: true
|
||||
{% endif %}
|
||||
{% if 'kube-ingress' in groups and groups['kube-ingress']|length > 0 %}
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/ingress: "true"
|
||||
{% endif %}
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
- name: ingress-nginx-controller
|
||||
|
||||
Reference in New Issue
Block a user