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