traefik/integration/fixtures/grpc/config_h2c.toml

23 lines
394 B
TOML
Raw Normal View History

[global]
2018-11-14 09:18:03 +00:00
debug = true
2018-05-24 08:52:04 +00:00
[entrypoints]
[entrypoints.web]
2018-11-14 09:18:03 +00:00
address = ":8081"
2018-05-24 08:52:04 +00:00
[api]
[providers]
[providers.file]
2018-05-24 08:52:04 +00:00
[http.routers]
[http.routers.router1]
rule = "Host(`127.0.0.1`)"
2018-11-14 09:18:03 +00:00
service = "service1"
[http.services]
[http.services.service1.loadbalancer]
[[http.services.service1.loadbalancer.servers]]
2018-11-14 09:18:03 +00:00
url = "h2c://127.0.0.1:{{ .GRPCServerPort }}"
weight = 1