Skip to content

Instantly share code, notes, and snippets.

@sbehara1
Created June 2, 2019 23:20
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/2361edcc128996fa2aa8ae451d4b8b06 to your computer and use it in GitHub Desktop.
Save sbehara1/2361edcc128996fa2aa8ae451d4b8b06 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: serviceB
spec:
hosts:
- serviceB
http:
- fault:
abort:
httpStatus: 503
percent: 50
route:
- destination:
host: serviceB
subset: v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment