Merge pull request #4 from sirius0xdev/feat/switch-to-a100

refactor: migrate vLLM brain to A100 80GB node pool
This commit is contained in:
sirius0xdev 2026-04-18 12:54:28 -04:00 committed by GitHub
commit 9967b4b39d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ spec:
app: openclaw-brain
spec:
nodeSelector:
cloud.google.com/gke-accelerator: "nvidia-rtx-pro-6000"
cloud.google.com/gke-accelerator: "nvidia-a100-80gb"
tolerations:
- key: "nvidia.com/gpu-nvidia-rtx-pro-6000"
- key: "nvidia.com/gpu-a100-80gb"
operator: "Equal"
value: "present"
effect: "NoSchedule"