mirror of
https://github.com/containous/traefik.git
synced 2025-03-14 00:58:23 +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