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.
pull/321/head
Tupsi 2025-04-04 14:59:50 +02:00 zatwierdzone przez GitHub
rodzic 5469d597d5
commit 67ff8c4466
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
```