mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
1a9c86ea8f
A mesh gateway will now configure the filter chains for L7 exported services using the correct discovery chain information.
18 lines
285 B
HCL
18 lines
285 B
HCL
services {
|
|
name = "s1"
|
|
port = 8080
|
|
connect {
|
|
sidecar_service {
|
|
proxy {
|
|
upstreams = [
|
|
{
|
|
destination_name = "s2"
|
|
destination_peer = "primary-to-alpha"
|
|
local_bind_port = 5000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|