Merge pull request #3 from sirius0xdev/fix/vllm-toleration-effect
fix: correct kubernetes toleration effect syntax for vLLM deployment
This commit is contained in:
commit
8b466d2b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
- key: "nvidia.com/gpu-nvidia-rtx-pro-6000"
|
- key: "nvidia.com/gpu-nvidia-rtx-pro-6000"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
value: "present"
|
value: "present"
|
||||||
effect: "NO_SCHEDULE"
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: vllm-brain
|
- name: vllm-brain
|
||||||
image: vllm/vllm-openai:latest
|
image: vllm/vllm-openai:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue