sigs.k8s.io/gateway-api@v1.0.0/conformance/tests/httproute-timeout-request.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1beta1
     2  kind: HTTPRoute
     3  metadata:
     4    name: request-timeout
     5    namespace: gateway-conformance-infra
     6  spec:
     7    parentRefs:
     8    - name: same-namespace
     9    rules:
    10    - matches:
    11      - path:
    12          type: PathPrefix
    13          value: /request-timeout
    14      backendRefs:
    15      - name: infra-backend-v1
    16        port: 8080
    17      timeouts:
    18        request: 500ms