Files
coredns/plugin/traffic/xds_bootstrap_insecure.json
Miek Gieben 5f2d5788b0 Its working
Signed-off-by: Miek Gieben <miek@miek.nl>
2020-01-15 16:37:18 +01:00

12 lines
271 B
JSON

{
"node": {
"id": "COREDNS_NODE_ID",
"metadata": {
"TRAFFICDIRECTOR_GRPC_HOSTNAME": "xds_cluster"
}
},
"xds_servers" : [{
"server_uri": "localhost:18000"
}]
}