Skip to content

Commit b9891d2

Browse files
authored
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 6198b57 commit b9891d2

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
@@ -44,9 +44,9 @@ inferencePool:
4444
targetPorts:
4545
- number: 8000
4646
modelServerType: vllm # vllm, triton-tensorrt-llm
47-
modelServers:
48-
matchLabels:
49-
app: vllm-llama3-8b-instruct
47+
# modelServers: # REQUIRED
48+
# matchLabels:
49+
# app: vllm-llama3-8b-instruct
5050

5151
provider:
5252
name: none

0 commit comments

Comments
 (0)