Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created August 21, 2022 18:01
Show Gist options
  • Save jmrobles/ee54cfa11c38e343083b5b5a3dc4b331 to your computer and use it in GitHub Desktop.
Save jmrobles/ee54cfa11c38e343083b5b5a3dc4b331 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: reviews
namespace: istio-test
spec:
hosts:
- reviews
http:
- route:
- destination:
host: reviews
subset: v1
weight: 90
- destination:
host: reviews
subset: v2
weight: 5
- destination:
host: reviews
subset: v3
weight: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment