blob: 00a1eca426bf53e509d859c2c260a6b558987a81 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.dubbo-system.svc.domain.suffix,istio-ingressgateway.not-default.svc.domain.suffix,example.com
internal.istio.io/parent: Gateway/gateway/http.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-http
namespace: dubbo-system
spec:
servers:
- hosts:
- dubbo-system/*.domain.example
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.dubbo-system.svc.domain.suffix,istio-ingressgateway.not-default.svc.domain.suffix,example.com
internal.istio.io/parent: Gateway/gateway/tcp.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-tcp
namespace: dubbo-system
spec:
servers:
- hosts:
- '*/*'
port:
name: default
number: 34000
protocol: TCP
---