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