TykTechnologies / tyk-k8s

Kubernetes ingress controller and sidecar injector for Tyk API Gateway
https://tyk.io
Other
7 stars 5 forks source link

Option to specify namespaces to watch for ingresses #27

Closed excieve closed 4 years ago

excieve commented 4 years ago

In some environments it's required for the ingress controller to watch for ingresses only in specific namespaces rather than all of them, e.g. for isolation purposes in multi-tenant clusters.

Currently watching all the namespaces is hardcoded, should instead have an option to specify the namespaces (like --watch-namespace in nginx ingress controller) for this use case.