# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: vllm-agg-route spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: inference-gateway # Note: This assumes your gateway is installed into the same namespace as this HTTPRoute. # If you installed it into a different namespace, add: namespace: rules: - backendRefs: - group: inference.networking.k8s.io kind: InferencePool name: vllm-agg-pool port: 8000 weight: 1 matches: - path: type: PathPrefix value: / timeouts: request: 300s