Skip to content

Commit afc64dc

Browse files
authored
Create common httproute YAML
1 parent 59cbe2e commit afc64dc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: config/manifests/gateway/httproute.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)