mirror of
https://github.com/coredns/coredns.git
synced 2025-12-17 07:45:13 -05:00
15 lines
399 B
JSON
15 lines
399 B
JSON
|
|
{
|
||
|
|
"node": {
|
||
|
|
"id": "ENVOY_NODE_ID",
|
||
|
|
"metadata": {
|
||
|
|
"TRAFFICDIRECTOR_GRPC_HOSTNAME": "trafficdirector"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"xds_servers" : [{
|
||
|
|
"server_uri": "trafficdirector.googleapis.com:443",
|
||
|
|
"channel_creds": [
|
||
|
|
{ "type": "google_default" }
|
||
|
|
]
|
||
|
|
}]
|
||
|
|
}
|