Skip to content

Commit cc2c56b

Browse files
committed
Correct the URL of the vLLM Renderer
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 9cb1f24 commit cc2c56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/setup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func createModelServersFromKustomize(kustomizeDir string, extra map[string]strin
3636
"${VLLM_EXTRA_ARGS_E}": "--force-dummy-tokenizer",
3737
"${VLLM_EXTRA_ARGS_P}": "--force-dummy-tokenizer",
3838
"${VLLM_EXTRA_ARGS_D}": "--force-dummy-tokenizer",
39-
"${VLLM_RENDER_URL}": fmt.Sprintf("http://vllm-render.%s.svc.cluster.local:%s", nsName, vllmRenderPort),
39+
"${VLLM_RENDER_URL}": fmt.Sprintf("http://vllm-render.%s.svc.cluster.local:%s", baseNsName, vllmRenderPort),
4040
"${VLLM_RENDER_PORT}": vllmRenderPort,
4141
}
4242
for k, v := range extra {

0 commit comments

Comments
 (0)