istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/ingress/testdata/tls-no-secret.yaml.golden (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: VirtualService
     3  metadata:
     4    annotations:
     5      internal.istio.io/route-semantics: ingress
     6    creationTimestamp: null
     7    name: foo-org-tls-istio-autogenerated-k8s-ingress
     8    namespace: bar
     9  spec:
    10    gateways:
    11    - istio-system/tls-istio-autogenerated-k8s-ingress-bar
    12    hosts:
    13    - foo.org
    14    http:
    15    - route:
    16      - destination:
    17          host: httpbin.bar.svc.mydomain
    18          port:
    19            number: 80
    20        weight: 100
    21  ---
    22  apiVersion: networking.istio.io/v1alpha3
    23  kind: Gateway
    24  metadata:
    25    creationTimestamp: null
    26    name: tls-istio-autogenerated-k8s-ingress-bar
    27    namespace: istio-system
    28  spec:
    29    selector:
    30      istio: ingressgateway
    31    servers:
    32    - hosts:
    33      - '*'
    34      port:
    35        name: http-80-ingress-tls-bar
    36        number: 80
    37        protocol: HTTP
    38  ---