istio v1.13.3

DestinationRule.spec.trafficPolicy.connectionPool.http

HTTP connection pool settings.

7 fields
DestinationRule.spec.trafficPolicy.connectionPool.http fields and descriptions
Field / TypeDescription
h2UpgradePolicy
string

Specify if http1.1 connection should be upgraded to http2 for the associated destination.

  • enum: ["DEFAULT","DO_NOT_UPGRADE","UPGRADE"]
http1MaxPendingRequests
integer

Maximum number of pending HTTP requests to a destination.

  • format: int32
http2MaxRequests
integer

Maximum number of requests to a backend.

  • format: int32
idleTimeout
string

The idle timeout for upstream connection pool connections.

maxRequestsPerConnection
integer

Maximum number of requests per connection to a backend.

  • format: int32
maxRetries
integer

No description provided.

  • format: int32
useClientProtocol
boolean

If set to true, client protocol will be preserved while initiating connection to backend.