Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Last active December 11, 2017 01:05
Show Gist options
  • Select an option

  • Save joatmon08/79cf0b5b88f2faa19a274c878864b51e to your computer and use it in GitHub Desktop.

Select an option

Save joatmon08/79cf0b5b88f2faa19a274c878864b51e to your computer and use it in GitHub Desktop.
K8s Istio - Route Configuration Test Green
---
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: turquoise-test-green
spec:
destination:
name: turquoise
precedence: 2
match:
request:
headers:
user:
regex: "joatmon08"
route:
- labels:
version: green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment