From 994a911aba7eab13d405eaca1cf3d619a4407941 Mon Sep 17 00:00:00 2001 From: Jan Wozniak Date: Wed, 18 Sep 2024 12:23:38 +0200 Subject: [PATCH] http-add-on: attempt HTTP2 upgrade by default (#45) Signed-off-by: Jan Wozniak --- http-add-on/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-add-on/values.yaml b/http-add-on/values.yaml index 613d9103..be0109a8 100644 --- a/http-add-on/values.yaml +++ b/http-add-on/values.yaml @@ -157,7 +157,7 @@ interceptor: # -- How often (in milliseconds) the interceptor does a full refresh of its endpoints cache. The interceptor will also use Kubernetes events to stay up-to-date with the endpoints cache changes. This duration is the maximum time it will take to see changes to the endpoints. endpointsCachePollingIntervalMS: 250 # -- Whether or not the interceptor should force requests to use HTTP/2 - forceHTTP2: false + forceHTTP2: true # -- The maximum number of idle connections allowed in the interceptor's in-memory connection pool. Set to 0 to indicate no limit maxIdleConns: 100 # -- The timeout after which any idle connection is closed and removed from the interceptor's in-memory connection pool.