File tree Expand file tree Collapse file tree 4 files changed +66
-1
lines changed Expand file tree Collapse file tree 4 files changed +66
-1
lines changed Original file line number Diff line number Diff line change
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
+ nodePort : 30009
14
+ type : NodePort
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : Service
3
+ metadata :
4
+ name : qwen3-8b-service
5
+ namespace : default
6
+ spec :
7
+ selector :
8
+ model.aibrix.ai/name : qwen3-8b
9
+ ports :
10
+ - protocol : TCP
11
+ port : 8000
12
+ targetPort : 8000
13
+ nodePort : 30008
14
+ type : NodePort
15
+
16
+
17
+ apiVersion : v1
18
+ kind : Service
19
+ metadata :
20
+ name : llama2-7b
21
+ namespace : default
22
+ labels :
23
+ prometheus-discovery : " true"
24
+ annotations :
25
+ prometheus.io/scrape : " true"
26
+ prometheus.io/path : " /metrics"
27
+ prometheus.io/port : " 8000"
28
+ spec :
29
+ selector :
30
+ model.aibrix.ai/name : " llama2-7b"
31
+ ports :
32
+ - protocol : TCP
33
+ name : metrics
34
+ port : 8000
35
+ targetPort : 8000
36
+ nodePort : 30081
37
+ type : NodePort
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : Service
3
+ metadata :
4
+ name : qwen3-8b-service
5
+ namespace : default
6
+ spec :
7
+ selector :
8
+ model.aibrix.ai/name : qwen3-8b
9
+ ports :
10
+ - protocol : TCP
11
+ port : 8000
12
+ targetPort : 8000
13
+ nodePort : 30008
14
+ type : NodePort
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
name : qwen3-8b
8
8
namespace : default
9
9
spec :
10
- replicas : 1
10
+ replicas : 2
11
11
selector :
12
12
matchLabels :
13
13
model.aibrix.ai/name : qwen3-8b
You can’t perform that action at this time.
0 commit comments