Merge pull request #3 from sirius0xdev/fix/vllm-toleration-effect

fix: correct kubernetes toleration effect syntax for vLLM deployment
This commit is contained in:
sirius0xdev 2026-04-18 12:09:50 -04:00 committed by GitHub
commit 8b466d2b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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