mirror of
https://github.com/traefik/traefik.git
synced 2025-05-22 23:51:24 +00: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