Documentation
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: nginx-vs namespace: demo spec: hosts:
- "*" gateways:
- demo-gateway http:
- route:
- destination: host: nginx.demo.svc.cluster.local port: number: 80
apiVersion: networking.istio.io/v1beta1 kind: VirtualService metadata: name: nginx-vs namespace: demo spec: hosts: