Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b26bb3

Browse files
committedJan 9, 2025
Adding metrics handler
1 parent 2b3df7b commit 4b26bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎pkg/manifests/ext_proc.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ spec:
5959
- "vllm-llama2-7b-pool"
6060
ports:
6161
- containerPort: 9002
62-
62+
- name: metrics
63+
containerPort: 9090
6364
- name: curl
6465
image: curlimages/curl
6566
command: ["sleep", "3600"]

0 commit comments

Comments
 (0)
Please sign in to comment.