Remove default backend requirement

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-10-07 10:32:36 -03:00
parent e8d81034b8
commit 0bb5934e5c
4 changed files with 1 additions and 129 deletions

View file

@ -27,7 +27,6 @@ spec:
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --configmap=$(POD_NAMESPACE)/nginx-configuration
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services