Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 28, 2020 06:31
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 velotiotech/deb94b26a9cfe34194ee0bc8d8d8a58c to your computer and use it in GitHub Desktop.
Save velotiotech/deb94b26a9cfe34194ee0bc8d8d8a58c 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