Skip to content

Instantly share code, notes, and snippets.

@sbehara1
Created June 2, 2019 16:32
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 sbehara1/a8173356f606a77d289f82293ba5f671 to your computer and use it in GitHub Desktop.
Save sbehara1/a8173356f606a77d289f82293ba5f671 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: serviceB
spec:
hosts:
- serviceB
http:
- route:
- destination:
host: serviceB
retries:
attempts: 3
perTryTimeout: 2s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment