traefik/integration/fixtures/grpc/config_h2c.toml
2018-11-27 17:42:04 +01:00

24 lines
368 B
TOML

[global]
debug = true
[entryPoints]
[entryPoints.http]
address = ":8081"
[api]
[providers]
[providers.file]
[routers]
[routers.router1]
rule = "Host:127.0.0.1"
service = "service1"
[services]
[services.service1.loadbalancer]
[[services.service1.loadbalancer.servers]]
url = "h2c://127.0.0.1:{{ .GRPCServerPort }}"
weight = 1