From 9e11063388e6cc41634a2fef7eae80dda4663898 Mon Sep 17 00:00:00 2001 From: Richard Wossal Date: Tue, 17 Aug 2021 14:02:46 +0200 Subject: [PATCH] Chore: hide internal monitoring services (#22) --- templates/traefik.toml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/traefik.toml.j2 b/templates/traefik.toml.j2 index e160bd8..41777ee 100644 --- a/templates/traefik.toml.j2 +++ b/templates/traefik.toml.j2 @@ -34,6 +34,7 @@ endpoint = "unix:///var/run/docker.sock" domain = "{{ traefik_docker_domain | default(inventory_hostname) }}" watch = true exposedByDefault = {{ traefik_docker_expose_by_default | lower }} +constraints = ["tag!=quantum-monitoring"] {% if traefik_use_swarm and traefik_swarm_mode %} swarmMode = true {% endif %}