Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:04
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/f01ba2c8e8760ce282f2c67eef5e50f6 to your computer and use it in GitHub Desktop.
Save velotiotech/f01ba2c8e8760ce282f2c67eef5e50f6 to your computer and use it in GitHub Desktop.
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
name: test-velotio
namespace: default
...
spec:
destination:
name: reviews
match:
request:
headers:
cookie:
regex: ^(.*?;)?(user=velotio)(;.*)?$
precedence: 2
route:
- labels:
version: v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment