Skip to content

Commit

Permalink
http-add-on: attempt HTTP2 upgrade by default (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan authored and Kedify Bot committed Sep 19, 2024
1 parent 5b76db8 commit 994a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-add-on/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 994a911

Please sign in to comment.