Make sure all pods run on the gpu worker
This commit is contained in:
parent
c063b66020
commit
a04d02139b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user