mirror of
https://github.com/traefik/traefik.git
synced 2025-11-16 08:11:24 +01: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