You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently switching from reverse proxying with Nginx/consul-template to Traefik. I'm facing some problems with seperating different environments in Consul by different tags as I used to with consul-template.
I got 2 environments managed by the same consul instance, so I got service A deployed on environment QA and integration visible as Consul service.
and would expect just to see the second service instance in Traefik but I still see all my services known to consul including the first service shown here.
Am I wrong? What would I have to do to make all services by an environment routable by just the corresponding Traefik instance on that environment?
The text was updated successfully, but these errors were encountered:
Hey guys,
I'm currently switching from reverse proxying with Nginx/consul-template to Traefik. I'm facing some problems with seperating different environments in Consul by different tags as I used to with consul-template.
I got 2 environments managed by the same consul instance, so I got service A deployed on environment QA and integration visible as Consul service.
You see both services got different tags. I set up my Traefik instance with
and would expect just to see the second service instance in Traefik but I still see all my services known to consul including the first service shown here.
Am I wrong? What would I have to do to make all services by an environment routable by just the corresponding Traefik instance on that environment?
The text was updated successfully, but these errors were encountered: