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

24 lines
434 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: videos-web-canary
spec:
hosts:
- servicemesh.demo
http:
- match:
- uri:
prefix: /
headers:
cookie:
regex: ^(.*?;)?(version=v2)(;.*)?$
route:
- destination:
host: videos-web-v2
- match:
- uri:
prefix: /
route:
- destination:
host: videos-web