fix: correct kubernetes toleration effect syntax for vLLM deployment

This commit is contained in:
SiriusClaw 2026-04-18 16:05:15 +00:00
parent 6a029b2ef2
commit cf909206f5

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