traefik-container/conf.d/whoami.toml

11 lines
285 B
TOML
Raw Permalink Normal View History

2022-09-10 20:23:15 +00:00
[http]
[http.routers]
[http.routers.whoami]
entryPoints = ["http"]
rule = "Host(`whoami.localhost`)"
service = "whoami"
[http.services]
[http.services.whoami.loadBalancer]
[[http.services.whoami.loadBalancer.servers]]
url = "http://whoami/"