GPU-Live/gpulive/istio-1.23.1/samples/bookinfo/gateway-api/route-reviews-v3.yaml

15 lines
253 B
YAML

apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: reviews
spec:
parentRefs:
- group: ""
kind: Service
name: reviews
port: 9080
rules:
- backendRefs:
- name: reviews-v3
port: 9080