2022-08-30 15:46:34 +00:00
|
|
|
services {
|
|
|
|
name = "s1"
|
|
|
|
port = 8080
|
|
|
|
connect {
|
|
|
|
sidecar_service {
|
|
|
|
proxy {
|
|
|
|
upstreams = [
|
|
|
|
{
|
|
|
|
destination_name = "s2"
|
|
|
|
local_bind_port = 5000
|
2022-09-09 17:58:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
destination_name = "virtual-s2"
|
|
|
|
local_bind_port = 5001
|
2022-08-30 15:46:34 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|