Skip to content

Instantly share code, notes, and snippets.

@WolfgangOfner
Created August 31, 2021 15:48
Show Gist options
  • Save WolfgangOfner/af582f971748d3a442bb847df255178e to your computer and use it in GitHub Desktop.
Save WolfgangOfner/af582f971748d3a442bb847df255178e to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: ratings
spec:
hosts:
- ratings
http:
- match:
- headers:
end-user:
exact: jason
fault:
abort:
percentage:
value: 100.0
httpStatus: 500
route:
- destination:
host: ratings
subset: v1
- route:
- destination:
host: ratings
subset: v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment