19 lines
251 B
HCL
19 lines
251 B
HCL
config_entries {
|
|
bootstrap = [
|
|
{
|
|
kind = "proxy-defaults"
|
|
name = "global"
|
|
|
|
config {
|
|
protocol = "tcp"
|
|
}
|
|
},
|
|
{
|
|
kind = "mesh"
|
|
peering {
|
|
peer_through_mesh_gateways = true
|
|
}
|
|
}
|
|
]
|
|
}
|