Make sure all pods run on the gpu worker

This commit is contained in:
dvirlabs 2026-03-25 14:14:26 +02:00
parent c063b66020
commit a04d02139b

View File

@ -25,6 +25,18 @@ persistence:
storageClass: local-path
size: 2Gi
# Configure Open WebUI Pipelines subchart scheduling (separate deployment)
pipelines:
nodeSelector:
kubernetes.io/hostname: k3s-worker-5-gpu
tolerations:
- key: gpu
operator: Exists
effect: NoSchedule
- key: nvidia.com/gpu
operator: Exists
effect: NoSchedule
# Schedule on GPU worker node (same as Ollama for low latency)
nodeSelector:
kubernetes.io/hostname: k3s-worker-5-gpu