mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 11:54:12 +00:00
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.
9 lines
120 B
HCL
9 lines
120 B
HCL
services {
|
|
name = "mesh-gateway"
|
|
kind = "mesh-gateway"
|
|
port = 4432
|
|
meta {
|
|
consul-wan-federation = "1"
|
|
}
|
|
}
|