Skip to content

Instantly share code, notes, and snippets.

@prafull01
Created January 21, 2020 08:11
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 prafull01/43913b7e44afa2b8760d50998e3e5092 to your computer and use it in GitHub Desktop.
Save prafull01/43913b7e44afa2b8760d50998e3e5092 to your computer and use it in GitHub Desktop.
kind: VirtualService
metadata:
name: recommendation
spec:
hosts:
- recommendation
http:
- fault:
delay:
fixedDelay: 7.000s
percent: 50
route:
- destination:
host: recommendation
subset: app-recommendation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment