mirror of
https://github.com/coredns/coredns.git
synced 2025-12-24 19:15:15 -05:00
14
plugin/traffic/xds_bootstrap.json
Normal file
14
plugin/traffic/xds_bootstrap.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"node": {
|
||||
"id": "ENVOY_NODE_ID",
|
||||
"metadata": {
|
||||
"TRAFFICDIRECTOR_GRPC_HOSTNAME": "trafficdirector"
|
||||
}
|
||||
},
|
||||
"xds_servers" : [{
|
||||
"server_uri": "trafficdirector.googleapis.com:443",
|
||||
"channel_creds": [
|
||||
{ "type": "google_default" }
|
||||
]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user