blob: cd96103db3d2b63821f5ab43e90dd2e805cb9fa4 [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:
- '*/*.domain.example'
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/http.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: http-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-default
hosts:
- first.domain.example
http:
- match:
- uri:
prefix: /
route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/http.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: http-1-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-default
hosts:
- another.domain.example
http:
- match:
- uri:
prefix: /
route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 80
---