Skip to content

Instantly share code, notes, and snippets.

@johnytiago
Created June 17, 2019 14:46
Show Gist options
  • Save johnytiago/000946e02e66c994199490ae5fa4e8a8 to your computer and use it in GitHub Desktop.
Save johnytiago/000946e02e66c994199490ae5fa4e8a8 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: reviews
spec:
hosts:
- reviews
http:
- match:
- headers:
end-user:
exact: jason
route:
- destination:
host: reviews
subset: v2
- route:
- destination:
host: reviews
subset: v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment