blob: caf98511006e4a08b5ec22e1ea29842695a1f321 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: eastwestgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/eastwestgateway/istiod-grpc.dubbo-system
creationTimestamp: null
name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
namespace: dubbo-system
spec:
servers:
- hosts:
- dubbo-system/*
port:
name: default
number: 15012
protocol: TLS
tls: {}
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: eastwestgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/eastwestgateway/istiod-webhook.dubbo-system
creationTimestamp: null
name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook
namespace: dubbo-system
spec:
servers:
- hosts:
- dubbo-system/*
port:
name: default
number: 15017
protocol: TLS
tls: {}
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: eastwestgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/eastwestgateway/cross-network.dubbo-system
creationTimestamp: null
name: eastwestgateway-istio-autogenerated-k8s-gateway-cross-network
namespace: dubbo-system
spec:
servers:
- hosts:
- dubbo-system/*.local
port:
name: default
number: 15443
protocol: TLS
tls:
mode: AUTO_PASSTHROUGH
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: TLSRoute/eastwestgateway-grpc.dubbo-system
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: eastwestgateway-grpc-tls-0-istio-autogenerated-k8s-gateway
namespace: dubbo-system
spec:
gateways:
- dubbo-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
hosts:
- '*'
tls:
- match:
- sniHosts:
- '*'
route:
- destination:
host: istiod.dubbo-system.svc.domain.suffix
port:
number: 15012
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: TLSRoute/eastwestgateway-webhook.dubbo-system
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: eastwestgateway-webhook-tls-0-istio-autogenerated-k8s-gateway
namespace: dubbo-system
spec:
gateways:
- dubbo-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook
hosts:
- '*'
tls:
- match:
- sniHosts:
- '*'
route:
- destination:
host: istiod.dubbo-system.svc.domain.suffix
port:
number: 15017
---