We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2065f3c commit d144570Copy full SHA for d144570
test/regression/v0.4.0/sglang/32b-service.yaml
@@ -0,0 +1,13 @@
1
+apiVersion: v1
2
+kind: Service
3
+metadata:
4
+ name: qwen3-32b-service
5
+ namespace: default
6
+spec:
7
+ selector:
8
+ model.aibrix.ai/name: qwen3-32b
9
+ ports:
10
+ - protocol: TCP
11
+ port: 8000
12
+ targetPort: 8000
13
+ type: ClusterIP
test/regression/v0.4.0/sglang/8b-service.yaml
+ name: qwen3-8b-service
+ model.aibrix.ai/name: qwen3-8b
0 commit comments