Skip to content

Commit

Permalink
envoy: 3876d7c0f (#1580)
Browse files Browse the repository at this point in the history
Description: Includes three relevant commits:
envoyproxy/envoy#17226
envoyproxy/envoy#17274
envoyproxy/envoy#17207

Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Rafal Augustyniak <[email protected]>
  • Loading branch information
junr03 authored and Augustyniak committed Jul 16, 2021
1 parent 3ae2404 commit b38d0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 278 files
2 changes: 2 additions & 0 deletions library/common/config/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const std::string config_header = R"(
- &dns_refresh_rate 60s
- &dns_fail_base_interval 2s
- &dns_fail_max_interval 10s
- &dns_query_timeout 25s
- &dns_preresolve_hostnames []
- &metadata {}
- &stats_domain 127.0.0.1
Expand Down Expand Up @@ -180,6 +181,7 @@ const char* config_template = R"(
dns_failure_refresh_rate:
base_interval: *dns_fail_base_interval
max_interval: *dns_fail_max_interval
dns_query_timeout: *dns_query_timeout
# TODO: make this configurable for users.
- name: envoy.filters.http.decompressor
typed_config:
Expand Down

0 comments on commit b38d0c9

Please sign in to comment.