istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/bookinfo/gateway-api/route-reviews-90-10.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1beta1
     2  kind: HTTPRoute
     3  metadata:
     4    name: reviews
     5  spec:
     6    parentRefs:
     7    - group: ""
     8      kind: Service
     9      name: reviews
    10      port: 9080
    11    rules:
    12    - backendRefs:
    13      - name: reviews-v1
    14        port: 9080
    15        weight: 90
    16      - name: reviews-v2
    17        port: 9080
    18        weight: 10