apiVersion: gateway.networking.k8s.io/v1beta1 kind: HTTPRoute metadata: name: backend-request-timeout namespace: gateway-conformance-infra spec: parentRefs: - name: same-namespace rules: - matches: - path: type: PathPrefix value: /backend-timeout backendRefs: - name: infra-backend-v1 port: 8080 timeouts: backendRequest: 500ms