istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/eastwest-labelport.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: eastwestgateway-istio.istio-system.svc.domain.suffix 7 internal.istio.io/parents: Gateway/eastwestgateway/istiod-grpc.istio-system 8 creationTimestamp: null 9 name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc 10 namespace: istio-system 11 spec: 12 servers: 13 - hosts: 14 - istio-system/* 15 port: 16 name: default 17 number: 15012 18 protocol: TLS 19 tls: {} 20 --- 21 apiVersion: networking.istio.io/v1alpha3 22 kind: Gateway 23 metadata: 24 annotations: 25 internal.istio.io/gateway-semantics: gateway 26 internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix 27 internal.istio.io/parents: Gateway/eastwestgateway/istiod-webhook.istio-system 28 creationTimestamp: null 29 name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook 30 namespace: istio-system 31 spec: 32 servers: 33 - hosts: 34 - istio-system/* 35 port: 36 name: default 37 number: 15017 38 protocol: TLS 39 tls: {} 40 --- 41 apiVersion: networking.istio.io/v1alpha3 42 kind: Gateway 43 metadata: 44 annotations: 45 internal.istio.io/gateway-semantics: gateway 46 internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix 47 internal.istio.io/parents: Gateway/eastwestgateway/cross-network.istio-system 48 creationTimestamp: null 49 name: eastwestgateway-istio-autogenerated-k8s-gateway-cross-network 50 namespace: istio-system 51 spec: 52 servers: 53 - hosts: 54 - istio-system/*.local 55 port: 56 name: default 57 number: 35443 58 protocol: TLS 59 tls: 60 mode: AUTO_PASSTHROUGH 61 --- 62 apiVersion: networking.istio.io/v1alpha3 63 kind: VirtualService 64 metadata: 65 annotations: 66 internal.istio.io/parents: TLSRoute/eastwestgateway-grpc.istio-system 67 internal.istio.io/route-semantics: gateway 68 creationTimestamp: null 69 name: eastwestgateway-grpc-tls-0-istio-autogenerated-k8s-gateway 70 namespace: istio-system 71 spec: 72 gateways: 73 - istio-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc 74 hosts: 75 - '*' 76 tls: 77 - match: 78 - sniHosts: 79 - '*' 80 route: 81 - destination: 82 host: istiod.istio-system.svc.domain.suffix 83 port: 84 number: 15012 85 --- 86 apiVersion: networking.istio.io/v1alpha3 87 kind: VirtualService 88 metadata: 89 annotations: 90 internal.istio.io/parents: TLSRoute/eastwestgateway-webhook.istio-system 91 internal.istio.io/route-semantics: gateway 92 creationTimestamp: null 93 name: eastwestgateway-webhook-tls-0-istio-autogenerated-k8s-gateway 94 namespace: istio-system 95 spec: 96 gateways: 97 - istio-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook 98 hosts: 99 - '*' 100 tls: 101 - match: 102 - sniHosts: 103 - '*' 104 route: 105 - destination: 106 host: istiod.istio-system.svc.domain.suffix 107 port: 108 number: 15017 109 ---