github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/mixer/templates/DestinationRule-istio-policy.yaml (about)

     1  # Configuration needed by Mixer.
     2  # Mixer cluster is delivered via CDS
     3  # Specify mixer cluster settings
     4  apiVersion: networking.istio.io/v1alpha3
     5  kind: DestinationRule
     6  metadata:
     7    name: istio-policy
     8    namespace: default
     9  spec:
    10    host: istio-policy.default.svc.cluster.local
    11    trafficPolicy:
    12      connectionPool:
    13        http:
    14          http2MaxRequests: 10000
    15          maxRequestsPerConnection: 10000