12 lines
339 B
TOML
12 lines
339 B
TOML
# Dynamic configuration
|
|
[http]
|
|
[http.routers]
|
|
[http.routers.my-router]
|
|
rule = "PathPrefix(`/`)"
|
|
service = "beetroot-proxy"
|
|
|
|
[http.services]
|
|
[http.services.beetroot-proxy.loadBalancer]
|
|
[[http.services.beetroot-proxy.loadBalancer.servers]]
|
|
url = "http://beetroot.default.svc.cluster.local:8080"
|