mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 03:45:11 -05:00
15 lines
380 B
JSON
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" }
|
|
]
|
|
}]
|
|
}
|