Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
4c73cfd9ea Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-03-07 21:25:46

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-07 21:25:46 +00:00
a499210fa2 Change ArgoCD project to apps
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-07 21:24:51 +00:00
ca15b9a569 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
2026-03-07 21:24:39 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: comfyui
namespace: argocd
spec:
project: core
project: apps
destination:
namespace: comfyui
server: https://kubernetes.default.svc

View File

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