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