Skip to content

Commit

Permalink
remove v2 datadog code
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jun 28, 2021
1 parent 771844e commit 9c4db95
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions terraform/templates/envoy-config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,25 @@
"connect_timeout": "1s",
"type": "strict_dns",
"lb_policy": "round_robin",
"hosts": [
{
"socket_address": {
"address": "${DATADOG}",
"port_value": 8126
"load_assignment": {
"cluster_name": "datadog_agent",
"endpoints": [
{
"lb_endpoints": [
{
"endpoint": {
"address": {
"socket_address": {
"address": "${DATADOG}",
"port_value": 8126
}
}
}
}
]
}
}
]
]
}
},
%{ endif }
{
Expand Down

0 comments on commit 9c4db95

Please sign in to comment.