mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
ingress-nginx: container download related things should defined in the download role
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
---
|
||||
ingress_nginx_default_backend_image_repo: gcr.io/google_containers/defaultbackend
|
||||
ingress_nginx_default_backend_image_tag: 1.4
|
||||
|
||||
ingress_nginx_controller_image_repo: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
||||
ingress_nginx_controller_image_tag: 0.11.0
|
||||
|
||||
ingress_nginx_namespace: "ingress-nginx"
|
||||
ingress_nginx_host_network: false
|
||||
ingress_nginx_insecure_port: 80
|
||||
|
||||
@@ -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