--- # yaml-language-server: $schema=https://ks.hsn.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: &app comfyui namespace: flux-system spec: targetNamespace: ai commonMetadata: labels: app.kubernetes.io/name: *app dependsOn: - name: nvidia-device-plugin - name: node-feature-discovery - name: volsync - name: rook-ceph-cluster path: ./kubernetes/apps/ai/stable-diffusion/comfyui prune: true sourceRef: kind: GitRepository name: theshire wait: false interval: 30m retryInterval: 1m timeout: 5m postBuild: substitute: APP: *app VOLSYNC_CAPACITY: 5Gi GATUS_SUBDOMAIN: comfyui