github.com/replicatedcom/ship@v0.50.0/integration/init/istio/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    labels:
    10      app: mixer
    11      chart: mixer
    12      heritage: Tiller
    13      release: istio
    14  spec:
    15    host: istio-policy.default.svc.cluster.local
    16    trafficPolicy:
    17      connectionPool:
    18        http:
    19          http2MaxRequests: 10000
    20          maxRequestsPerConnection: 10000