blob: 29a96cb584cf787333b65cee1d67cedc717e17d1 [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/route-semantics: ingress
creationTimestamp: null
name: foo-org-tls-istio-autogenerated-k8s-ingress
namespace: bar
spec:
gateways:
- dubbo-system/tls-istio-autogenerated-k8s-ingress-bar
hosts:
- foo.org
http:
- match:
- uri:
prefix: ""
route:
- destination:
host: httpbin.bar.svc.mydomain
port:
number: 80
weight: 100
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
creationTimestamp: null
name: tls-istio-autogenerated-k8s-ingress-bar
namespace: dubbo-system
spec:
selector:
istio: ingressgateway
servers:
- hosts:
- '*'
port:
name: http-80-ingress-tls-bar
number: 80
protocol: HTTP
---