--- # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: jellyfin namespace: default spec: interval: 30m chart: spec: chart: app-template version: 3.0.4 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system install: remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 strategy: rollback values: controllers: jellyfin: type: statefulset annotations: reloader.stakater.com/auto: "true" containers: app: image: repository: jellyfin/jellyfin tag: 10.8.13 env: NVIDIA_VISIBLE_DEVICES: "all" NVIDIA_DRIVER_CAPABILITIES: "compute,video,utility" DOTNET_SYSTEM_IO_DISABLEFILELOCKING: "true" JELLYFIN_FFmpeg__probesize: 50000000 JELLYFIN_FFmpeg__analyzeduration: 50000000 JELLYFIN_PublishedServerUrl: jelly.hsn.dev TZ: America/Chicago probes: liveness: &probes enabled: true custom: true spec: httpGet: path: /health port: &port 8096 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 failureThreshold: 3 readiness: *probes startup: enabled: false resources: requests: nvidia.com/gpu: 1 # requesting 1 GPU cpu: 100m memory: 512Mi limits: nvidia.com/gpu: 1 memory: 4Gi pod: runtimeClassName: nvidia enableServiceLinks: false nodeSelector: nvidia.com/gpu.present: "true" securityContext: runAsUser: 568 runAsGroup: 568 fsGroup: 568 fsGroupChangePolicy: OnRootMismatch supplementalGroups: [44, 105, 10000] service: app: controller: jellyfin ports: http: port: *port ingress: app: enabled: true className: external-nginx annotations: external-dns.alpha.kubernetes.io/cloudflare-proxied: "true" external-dns.alpha.kubernetes.io/target: external.hsn.dev hosts: - host: &host "jelly.hsn.dev" paths: - path: / service: identifier: app port: http tls: - hosts: - *host persistence: config: existingClaim: jellyfin enabled: true transcode: type: emptyDir globalMounts: - path: /transcode media: enabled: true type: nfs server: 10.1.1.12 path: /mnt/users/Media globalMounts: - path: /media