Skip to content

Instantly share code, notes, and snippets.

@Qquanwei
Last active September 24, 2019 08:10
Show Gist options
  • Save Qquanwei/3b76ccf94d2248030c170d7db8f9601d to your computer and use it in GitHub Desktop.
Save Qquanwei/3b76ccf94d2248030c170d7db8f9601d to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: reviews
spec:
hosts:
- reviews
http:
- route:
- destination:
host: reviews
subset: v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment