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.
14 lines
131 B
HCL
14 lines
131 B
HCL
services {
|
|
id = "s2-v2"
|
|
name = "s2"
|
|
port = 8183
|
|
|
|
meta {
|
|
version = "v2"
|
|
}
|
|
|
|
connect {
|
|
sidecar_service {}
|
|
}
|
|
}
|