blob: 5f2b32e9ada52cf8c73d5ac32a90fb09acea6856 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/default.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-default
namespace: dubbo-system
spec:
servers:
- hosts:
- '*/*.example.com'
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/echo.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: echo-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- mesh
hosts:
- echo.default.svc.cluster.local
http:
- route:
- destination:
host: echo.default.svc.domain.suffix
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/dual.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: dual-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-default
hosts:
- foo.example.com
http:
- route:
- destination:
host: example.default.svc.domain.suffix
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/dual.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: dual-1-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- mesh
hosts:
- foo.example.com
http:
- route:
- destination:
host: example.default.svc.domain.suffix
port:
number: 80
---