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
185 B
HCL
14 lines
185 B
HCL
services {
|
|
name = "s2"
|
|
# Advertise gRPC port
|
|
port = 8179
|
|
connect {
|
|
sidecar_service {
|
|
proxy {
|
|
config {
|
|
protocol = "grpc"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |