From cb41fb02ae3611ae1211c73e044cb07b35d416e1 Mon Sep 17 00:00:00 2001 From: wjbeckett Date: Mon, 30 Sep 2024 13:00:10 +1000 Subject: [PATCH] testing traefik labels again. --- .../custom/matrix-element-call/templates/element-call-labels.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/element-call-labels.j2 b/roles/custom/matrix-element-call/templates/element-call-labels.j2 index 5287ab98c..2a023b28e 100644 --- a/roles/custom/matrix-element-call/templates/element-call-labels.j2 +++ b/roles/custom/matrix-element-call/templates/element-call-labels.j2 @@ -31,7 +31,7 @@ traefik.http.routers.element-call.rule={{ matrix_element_call_container_labels_t {% if matrix_element_call_container_labels_traefik_priority | int > 0 %} traefik.http.routers.element-call.priority={{ matrix_element_call_container_labels_traefik_priority }} {% endif %} -traefik.http.routers.element-call.service=matrix-element-call +traefik.http.routers.element-call.service=element-call {% if middlewares | length > 0 %} traefik.http.routers.element-call.middlewares={{ middlewares | join(',') }} {% endif %}