Skip to content

Commit 6f58daa

Browse files
committed
add prometheus port and fix pvc mount
1 parent 2698a94 commit 6f58daa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/backends/vllm/deploy/disagg_planner.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
value: '{"Prometheus":{"global":{"scrape_interval":"5s"},"scrape_configs":[{"job_name":"prometheus","static_configs":[{"targets":["localhost:9090"]}]},{"job_name":"frontend","static_configs":[{"targets":["vllm-disagg-planner-frontend:8000"]}]}]}}'
1414
- name: DYNAMO_NAMESPACE
1515
value: "vllm-disagg-planner"
16+
- name: PROMETHEUS_PORT
17+
value: "8000"
1618
services:
1719
Frontend:
1820
dynamoNamespace: vllm-disagg-planner
@@ -48,7 +50,7 @@ spec:
4850
pvc:
4951
create: false
5052
name: dynamo-pvc # Must be pre-created before deployment and SLA profiler must have been run
51-
mountPoint: /data/profiling_results
53+
mountPoint: /data
5254
extraPodSpec:
5355
mainContainer:
5456
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.4.1

0 commit comments

Comments
 (0)