istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/bookinfo/networking/virtual-service-ratings-test-abort.yaml (about)

     1  apiVersion: networking.istio.io/v1alpha3
     2  kind: VirtualService
     3  metadata:
     4    name: ratings
     5  spec:
     6    hosts:
     7    - ratings
     8    http:
     9    - match:
    10      - headers:
    11          end-user:
    12            exact: jason
    13      fault:
    14        abort:
    15          percentage:
    16            value: 100.0
    17          httpStatus: 500
    18      route:
    19      - destination:
    20          host: ratings
    21          subset: v1
    22    - route:
    23      - destination:
    24          host: ratings
    25          subset: v1