Add toleration for desktop node to ComfyUI deployment
Some checks failed
Check with kubeconform / lint (push) Has been cancelled
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled

This commit is contained in:
2026-03-07 21:24:39 +00:00
parent abae3690f9
commit ca15b9a569

View File

@@ -16,6 +16,11 @@ spec:
app: comfyui app: comfyui
spec: spec:
runtimeClassName: nvidia runtimeClassName: nvidia
tolerations:
- key: workload
operator: Equal
value: desktop
effect: NoSchedule
nodeSelector: nodeSelector:
kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net kubernetes.io/hostname: uk-desktop.tail2fe2d.ts.net
# Fix permissions mismatch usually happening when mapping host paths # Fix permissions mismatch usually happening when mapping host paths