2022-06-09 16:05:18 +00:00
|
|
|
services {
|
|
|
|
name = "s1"
|
|
|
|
port = 8080
|
|
|
|
connect {
|
|
|
|
sidecar_service {
|
|
|
|
proxy {
|
|
|
|
upstreams = [
|
|
|
|
{
|
|
|
|
destination_name = "s2"
|
|
|
|
destination_peer = "primary-to-alpha"
|
|
|
|
local_bind_port = 5000
|
2022-10-06 13:54:14 +00:00
|
|
|
mesh_gateway {
|
|
|
|
mode = "local"
|
|
|
|
}
|
2022-06-09 16:05:18 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|