Skip to content

Instantly share code, notes, and snippets.

@johnytiago
Created June 18, 2019 10:08
Show Gist options
  • Save johnytiago/d9628809dc851b524704fbc6e1a015ab to your computer and use it in GitHub Desktop.
Save johnytiago/d9628809dc851b524704fbc6e1a015ab to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: reviews-destination
spec:
host: reviews
subsets:
- name: v1
labels:
version: v1
- name: v2
labels:
version: v2
- name: v3
labels:
version: v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment