istio v1.13.3
DestinationRule.spec.trafficPolicy.connectionPool.http
HTTP connection pool settings.
| Field / Type | Description |
|---|---|
h2UpgradePolicy | Specify if http1.1 connection should be upgraded to http2 for the associated destination.
|
http1MaxPendingRequests | Maximum number of pending HTTP requests to a destination.
|
http2MaxRequests | Maximum number of requests to a backend.
|
idleTimeout | The idle timeout for upstream connection pool connections. |
maxRequestsPerConnection | Maximum number of requests per connection to a backend.
|
maxRetries | No description provided.
|
useClientProtocol | If set to true, client protocol will be preserved while initiating connection to backend. |