We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cbe2e commit afc64dcCopy full SHA for afc64dc
config/manifests/gateway/httproute.yaml
@@ -0,0 +1,19 @@
1
+apiVersion: gateway.networking.k8s.io/v1
2
+kind: HTTPRoute
3
+metadata:
4
+ name: llm-route
5
+spec:
6
+ parentRefs:
7
+ - group: gateway.networking.k8s.io
8
+ kind: Gateway
9
+ name: inference-gateway
10
+ rules:
11
+ - backendRefs:
12
+ - group: inference.networking.x-k8s.io
13
+ kind: InferencePool
14
+ name: vllm-llama2-7b
15
+ weight: 1
16
+ matches:
17
+ - path:
18
+ type: PathPrefix
19
+ value: /
0 commit comments