Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:20
Show Gist options
  • Save salrashid123/ce6bfc93f2df6e786b80a47ff0262b00 to your computer and use it in GitHub Desktop.
Save salrashid123/ce6bfc93f2df6e786b80a47ff0262b00 to your computer and use it in GitHub Desktop.
istio_doc_route
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: fe-v1-be-v2
spec:
precedence: 1
match:
source:
name: myapp
labels:
version: v1
destination:
name: be
route:
- labels:
version: v2
weight: 100
---
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: myapp-v1
spec:
precedence: 2
destination:
name: myapp
route:
- labels:
version: v1
weight: 100
- labels:
version: v2
weight: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment