2023-03-28 22:48:58 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-06-28 19:52:25 +00:00
|
|
|
services {
|
|
|
|
name = "s1"
|
|
|
|
port = 8080
|
|
|
|
connect {
|
|
|
|
sidecar_service {
|
|
|
|
proxy {
|
|
|
|
upstreams = [
|
|
|
|
{
|
|
|
|
destination_name = "s2"
|
|
|
|
destination_peer = "primary-to-alpha"
|
|
|
|
local_bind_port = 5000
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|