Skip to content

Commit 5f13ea7

Browse files
committed
chore: cleanup vllm-sim deployment
Signed-off-by: Shane Utt <shaneutt@linux.com>
1 parent e3398d9 commit 5f13ea7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

deploy/components/vllm-sim/deployments.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ spec:
2222
args:
2323
- "--port=8000"
2424
- "--model=food-review"
25-
# - "--lora=lora10,lora20,lora30"
26-
# - "--time-to-first-token=500"
2725
ports:
28-
- containerPort: 8000
26+
- name: http
27+
containerPort: 8000
28+
protocol: TCP
29+
env:
30+
- name: PORT
31+
value: "8000"

0 commit comments

Comments
 (0)