Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/90b883c609e51217642458d35d897eb2 to your computer and use it in GitHub Desktop.
Save velotiotech/90b883c609e51217642458d35d897eb2 to your computer and use it in GitHub Desktop.
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: reviews-default
namespace: default
spec:
destination:
name: reviews
precedence: 1
route:
- labels:
version: v1
weight: 60
- labels:
version: v3
weight: 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment