Skip to content

Commit

Permalink
remove deprecated fields in config
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Jun 25, 2021
1 parent 2eddfbb commit 6492960
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion terraform/templates/envoy-config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,19 @@
"name": "xds_cluster",
"connect_timeout": "1s",
"type": "strict_dns",
"http2_protocol_options": {},
"typed_extension_protocol_options": {
"envoy.extensions.upstreams.http.v3.HttpProtocolOptions": {
"@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions",
"explicit_http_config": {
"http2_protocol_options": {
"connection_keepalive": {
"interval": "30s",
"timeout": "5s"
}
}
}
}
},
"load_assignment": {
"cluster_name": "xds_cluster",
"endpoints": [
Expand Down

0 comments on commit 6492960

Please sign in to comment.