2020-10-31 14:51:00 +11:00

15 lines
284 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: videos-web
spec:
hosts:
- servicemesh.demo
http:
- route:
- destination:
host: videos-web-v2
weight: 50
- destination:
host: videos-web
weight: 50