adff2316c9
This has the biggest impact on enterprise test cases that use namespaced registrations, which prior to this change sometimes failed the initial registration because the namespace was not yet created.
20 lines
341 B
HCL
20 lines
341 B
HCL
services {
|
|
name = "s1"
|
|
port = 8080
|
|
connect {
|
|
sidecar_service {
|
|
proxy {
|
|
upstreams = [
|
|
{
|
|
destination_name = "s2"
|
|
datacenter = "secondary"
|
|
local_bind_port = 5000
|
|
mesh_gateway {
|
|
mode = "remote"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |