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