Add toleration for desktop node to ComfyUI deployment

This commit is contained in:
2026-03-07 21:24:39 +00:00
parent abae3690f9
commit ca15b9a569
+5
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