Files
coredns/plugin/traffic/xds_bootstrap.json

15 lines
380 B
JSON
Raw Normal View History

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