Files
coredns/plugin/traffic/xds_bootstrap.json
Miek Gieben 519ef9ca79 more
Signed-off-by: Miek Gieben <miek@miek.nl>
2020-01-13 11:21:20 +01:00

15 lines
380 B
JSON

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