This does something

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-13 11:51:06 +01:00
parent 519ef9ca79
commit b5008763c9
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"node": {
"id": "ENVOY_NODE_ID",
"metadata": {
"TRAFFICDIRECTOR_GRPC_HOSTNAME": "trafficdirector"
}
},
"xds_servers" : [{
"server_uri": "localhost:18000"
}]
}