Skip to content

Instantly share code, notes, and snippets.

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