ingress: use POD_NAMESPACE as a namespace in cli parameters

This commit is contained in:
kayrus 2016-08-19 10:25:38 +02:00
parent 727a62421e
commit e4de1e62b8
12 changed files with 15 additions and 15 deletions

View file

@ -41,5 +41,5 @@ spec:
- containerPort: 443
args:
- /nginx-ingress-controller
- --default-backend-service=default/default-http-backend
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --nginx-configmap=default/nginx-ingress-controller