blob: 90735fe6b3cedfbb8a7e344b1d9231a46a98b7a7 [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: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/foobar.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-foobar
namespace: dubbo-system
spec:
servers:
- hosts:
- '*/*.foobar.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
internal.istio.io/parent: Gateway/gateway/same-namespace.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-same-namespace
namespace: dubbo-system
spec:
servers:
- hosts:
- dubbo-system/*.same-namespace.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
internal.istio.io/parent: Gateway/gateway/scope-route.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-scope-route
namespace: dubbo-system
spec:
servers:
- hosts:
- '*/*.scope-route.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
internal.istio.io/parent: Gateway/gateway/namespace-selector.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-namespace-selector
namespace: dubbo-system
spec:
servers:
- hosts:
- group-namespace1/*.namespace-selector.example
- group-namespace2/*.namespace-selector.example
port:
name: default
number: 80
protocol: HTTP
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/section-name-cross-namespace.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: section-name-cross-namespace-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-foobar
hosts:
- alpha.foobar.example
http:
- 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/same-namespace-valid.dubbo-system
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: same-namespace-valid-0-istio-autogenerated-k8s-gateway
namespace: dubbo-system
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-same-namespace
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.dubbo-system.svc.domain.suffix
port:
number: 81
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-all.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-all-0-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-default
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 85
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-all.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-all-1-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-foobar
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 85
- route:
- destination:
host: httpbin.dubbo-system.svc.domain.suffix
port:
number: 81
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-all.default
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-all-2-istio-autogenerated-k8s-gateway
namespace: default
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-scope-route
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.default.svc.domain.suffix
port:
number: 85
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/bind-cross-namespace.group-namespace1
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: bind-cross-namespace-0-istio-autogenerated-k8s-gateway
namespace: group-namespace1
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-namespace-selector
hosts:
- '*'
http:
- route:
- destination:
host: httpbin.group-namespace1.svc.domain.suffix
port:
number: 86
- route:
- destination:
host: httpbin.group-namespace2.svc.domain.suffix
port:
number: 87
---