Skip to content

Instantly share code, notes, and snippets.

@rvennam
Created April 21, 2019 19:50
Show Gist options
  • Select an option

  • Save rvennam/dc6bb2a3672919f4354c391057768244 to your computer and use it in GitHub Desktop.

Select an option

Save rvennam/dc6bb2a3672919f4354c391057768244 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: travelapp
spec:
hosts:
- travelapp
http:
- route:
- destination:
host: travelapp
subset: v1
weight: 80
- destination:
host: travelapp
subset: v2
weight: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment