fix: match vllm-l4 deployment nodeSelector and tolerations to nodepool labels/taints

This commit is contained in:
Sirius Claw 2026-04-20 05:11:55 +00:00
parent 0ab2305c1c
commit 7d34b3f649

View file

@ -16,10 +16,11 @@ spec:
app: openclaw-brain-l4
spec:
nodeSelector:
cloud.google.com/gke-accelerator: "nvidia-l4"
workload: "llm-analyst"
tolerations:
- key: "nvidia.com/gpu"
operator: "Exists"
operator: "Equal"
value: "present"
effect: "NoSchedule"
containers:
- name: vllm-brain-l4