Created
May 28, 2022 14:04
-
-
Save tommeramber/604baaba3bf0a6c656d4c9d751d6cbec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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