Skip to content

Instantly share code, notes, and snippets.

@sbehara1
Last active June 2, 2019 15:55
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/2877fcd4e64ab4235960e433712465f1 to your computer and use it in GitHub Desktop.
Save sbehara1/2877fcd4e64ab4235960e433712465f1 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
timeout: 10s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment