From 67ff8c4466fa1a5bb9510e9623bfde32466976b1 Mon Sep 17 00:00:00 2001 From: Tupsi Date: Fri, 4 Apr 2025 14:59:50 +0200 Subject: [PATCH] added namespace reference to traefik label the reference to the created serversTransports needs a namespace reference (@file), because it is not created in the same namespace as the label. Without @file you get en error, that traefik can not find the transport. --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 8ed7760873..bb7546fb3e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -238,7 +238,7 @@ hide: Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https. ```yml - - traefik.http.services.foo.loadbalancer.serverstransport=ignorecert + - traefik.http.services.foo.loadbalancer.serverstransport=ignorecert@file - traefik.http.services.foo.loadbalancer.server.scheme=https ``` @@ -318,4 +318,4 @@ hide: ~ # docker --version && docker compose version Docker version 24.0.7, build afdd53b Docker Compose version v2.21.0 - ``` \ No newline at end of file + ```