istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/telemetry/testdata/istio-mtls-vs.yaml (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: VirtualService
     3  metadata:
     4    name: direct-cnn-through-egress-gateway
     5  spec:
     6    hosts:
     7    - fake.external.com
     8    gateways:
     9    - istio-egressgateway
    10    - mesh
    11    tls:
    12    - match:
    13      - gateways:
    14        - mesh
    15        port: 443
    16        sniHosts:
    17        - fake.external.com
    18      route:
    19      - destination:
    20          host: istio-egressgateway.istio-system.svc.cluster.local
    21          port:
    22            number: 443
    23        weight: 100
    24    tcp:
    25    - match:
    26      - gateways:
    27        - istio-egressgateway
    28        port: 443
    29      route:
    30      - destination:
    31          host: fake.external.com
    32          port:
    33            number: 443
    34        weight: 100