Files
coredns/plugin/traffic/xds_bootstrap_insecure.json
Miek Gieben b5008763c9 This does something
Signed-off-by: Miek Gieben <miek@miek.nl>
2020-01-13 11:51:06 +01:00

12 lines
273 B
JSON

{
"node": {
"id": "ENVOY_NODE_ID",
"metadata": {
"TRAFFICDIRECTOR_GRPC_HOSTNAME": "trafficdirector"
}
},
"xds_servers" : [{
"server_uri": "localhost:18000"
}]
}