--- # 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 jellyfin namespace: flux-system spec: targetNamespace: anime commonMetadata: labels: app.kubernetes.io/name: *app dependsOn: - name: node-feature-discovery - name: nvidia-device-plugin - name: volsync path: ./kubernetes/apps/anime/jellyfin/app prune: true sourceRef: kind: GitRepository name: theshire wait: false interval: 30m timeout: 5m postBuild: substitute: APP: *app GATUS_PATH: /web/index.html VOLSYNC_CAPACITY: 20Gi