Skip to content

Commit e868fb4

Browse files
committed
Helm fix (#1540)
* bug fix in helm chart Signed-off-by: Nir Rozenbaum <[email protected]> * comment Signed-off-by: Nir Rozenbaum <[email protected]> --------- Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent dbf4439 commit e868fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/charts/inferencepool/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ inferencePool:
4040
targetPorts:
4141
- number: 8000
4242
modelServerType: vllm # vllm, triton-tensorrt-llm
43-
modelServers:
44-
matchLabels:
45-
app: vllm-llama3-8b-instruct
43+
# modelServers: # REQUIRED
44+
# matchLabels:
45+
# app: vllm-llama3-8b-instruct
4646

4747
provider:
4848
name: none

0 commit comments

Comments
 (0)