From 1d4ec43a100ff82d5fa11d7c30ac06456d6045cb Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Fri, 20 Aug 2021 00:20:23 -0700 Subject: [PATCH] Add config for stream idle timeout in envoy (#985) --- frontend/envoy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/envoy.yaml b/frontend/envoy.yaml index 401b0c80..876b076d 100644 --- a/frontend/envoy.yaml +++ b/frontend/envoy.yaml @@ -10,6 +10,7 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager codec_type: auto stat_prefix: ingress_http + stream_idle_timeout: 0s route_config: name: local_route virtual_hosts: