open-consul/test/integration/connect/envoy/case-cfg-splitter-cluster-p.../primary/service_s1.hcl

23 lines
375 B
HCL
Raw Normal View History

services {
name = "s1"
port = 8080
checks = []
connect {
sidecar_service {
checks = []
proxy {
upstreams = [
{
destination_name = "split-s2"
local_bind_port = 5000
},
{
destination_name = "peer-s2"
local_bind_port = 5001
}
]
}
}
}
}