Skip to content

Instantly share code, notes, and snippets.

@johnytiago
Last active June 17, 2019 15:03
Show Gist options
  • Save johnytiago/331b148ddb08a0958d7e10a0bab15f85 to your computer and use it in GitHub Desktop.
Save johnytiago/331b148ddb08a0958d7e10a0bab15f85 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: v3
retries:
attempts: 3
perTryTimeout: 2s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment