istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/mcs.yaml.golden (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: Gateway
     3  metadata:
     4    annotations:
     5      internal.istio.io/gateway-semantics: gateway
     6      internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
     7      internal.istio.io/parents: Gateway/gateway/default.istio-system
     8    creationTimestamp: null
     9    name: gateway-istio-autogenerated-k8s-gateway-default
    10    namespace: istio-system
    11  spec:
    12    servers:
    13    - hosts:
    14      - istio-system/*
    15      port:
    16        name: default
    17        number: 34000
    18        protocol: TCP
    19  ---
    20  apiVersion: networking.istio.io/v1alpha3
    21  kind: VirtualService
    22  metadata:
    23    annotations:
    24      internal.istio.io/parents: TCPRoute/tcp.istio-system
    25      internal.istio.io/route-semantics: gateway
    26    creationTimestamp: null
    27    name: tcp-tcp-0-istio-autogenerated-k8s-gateway
    28    namespace: istio-system
    29  spec:
    30    gateways:
    31    - istio-system/gateway-istio-autogenerated-k8s-gateway-default
    32    hosts:
    33    - '*'
    34    tcp:
    35    - route:
    36      - destination:
    37          host: echo.istio-system.svc.domain.suffix
    38          port:
    39            number: 80
    40  ---