mirror of
https://github.com/containous/traefik.git
synced 2025-02-14 01:57:36 +03:00
If the flag kubernetes.namespaces is set... Then we only select ingresses from that/those namespace(s) This allows multiple instances of traefik to independently load balance for each namespace. This could be for logical or security reasons. Addresses #336