Reset git history for making manifests public

This commit is contained in:
2026-06-01 10:21:23 +02:00
commit de77d778fb
403 changed files with 41929 additions and 0 deletions

44
comfyui/comfyui.yaml Normal file
View File

@@ -0,0 +1,44 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: comfyui
namespace: comfyui
spec:
replicas: 1
selector:
matchLabels:
app: comfyui
serviceName: comfyui
template:
metadata:
labels:
app: comfyui
spec:
restartPolicy: Always
terminationGracePeriodSeconds: 30
nodeSelector:
kubernetes.io/hostname: kubernetes-worker-1.jsme.be
containers:
- name: comfyui
image: ghcr.io/ai-dock/comfyui:latest
ports:
- containerPort: 8188
env:
- name: COMFYUI_FLAGS
value: "--listen 0.0.0.0 --port 8188 --use-xpu"
- name: AUTO_UPDATE
value: "false"
securityContext:
privileged: true
volumeMounts:
- name: data
mountPath: /config
- name: dri
mountPath: /dev/dri
volumes:
- name: data
persistentVolumeClaim:
claimName: comfyui-pvc
- name: dri
hostPath:
path: /dev/dri