traefik/integration/fixtures/grpc/config_h2c.toml
SALLEYRON Julien 9ebe3c38b2 New rule syntax
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2019-01-30 16:24:07 +01:00

24 lines
371 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