istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/testdata/config/destination-rule-passthrough.yaml (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: DestinationRule
     3  metadata:
     4    name: drpassthrough
     5    namespace: testns
     6  spec:
     7    host: "*.foo.com"
     8    trafficPolicy:
     9      loadBalancer:
    10        simple: PASSTHROUGH