Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tommeramber/604baaba3bf0a6c656d4c9d751d6cbec to your computer and use it in GitHub Desktop.
Save tommeramber/604baaba3bf0a6c656d4c9d751d6cbec to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: userprofile
spec:
hosts:
- userprofile
http:
- fault:
abort:
httpStatus: 503
percentage:
value: 50
route:
- destination:
host: userprofile
subset: v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment