Compare commits

..

1 Commits

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

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-07 21:24:30 +00:00
3 changed files with 4 additions and 27 deletions

View File

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

View File

@@ -16,30 +16,18 @@ 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
securityContext:
runAsUser: 0
initContainers:
- name: create-data-dir
image: busybox
command: ["sh", "-c", "mkdir -p /host.data && chown -R 1000:1000 /host.data"]
volumeMounts:
- name: data
mountPath: /host.data
containers:
- name: comfyui
image: runpod/comfyui:latest-5090
image: ghcr.io/ai-dock/comfyui:latest-cuda
imagePullPolicy: IfNotPresent
env:
- name: COMFYUI_PORT
value: "8188"
- name: CLI_ARGS
value: "--listen 0.0.0.0 --port 8188"
ports:
- containerPort: 8188
name: http

View File

@@ -10,14 +10,3 @@ tolerations:
runtimeClassName: nvidia
setAsDefault: false
config:
default: any
map:
any: |-
version: v1
sharing:
timeSlicing:
resources:
- name: nvidia.com/gpu
replicas: 4