Sidecar.spec.ingress.connectionPool.http
HTTP connection pool settings.
| Field / Type | Description |
|---|---|
h2UpgradePolicy | Specify if http1.1 connection should be upgraded to http2 for the associated destination. Valid Options: DEFAULT, DO_NOT_UPGRADE, UPGRADE
|
http1MaxPendingRequests | Maximum number of requests that will be queued while waiting for a ready connection pool connection.
|
Configure HTTP/2 PING frames for upstream connections. | |
http2MaxRequests | Maximum number of active requests to a destination.
|
idleTimeout | The idle timeout for upstream connection pool connections.
|
maxConcurrentStreams | The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
|
maxRequestsPerConnection | Maximum number of requests per connection to a backend.
|
maxRetries | Maximum number of retries that can be outstanding to all hosts in a cluster at a given time.
|
useClientProtocol | If set to true, client protocol will be preserved while initiating connection to backend. |