this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hmm

+4 -4
+4 -4
k8s/media/apps/media/jellyfin/app/hr.yaml
··· 46 46 tag: 10.10.2 47 47 env: 48 48 DOTNET_SYSTEM_IO_DISABLEFILELOCKING: "true" 49 - JELLYFIN_FFmpeg__probesize: 50000000 50 - JELLYFIN_FFmpeg__analyzeduration: 500000000 49 + JELLYFIN_FFmpeg__probesize: "50000000" 50 + JELLYFIN_FFmpeg__analyzeduration: "500000000" 51 51 # Decoding requires these packages on Ubuntu 22.04 52 52 # libnvidia-decode-550-server libnvidia-encode-550-server 53 53 # As well as the normal nvidia drivers, runtime AND toolkit (later of which is handled by the nvidia GPU operator) ··· 55 55 NVIDIA_DRIVER_CAPABILITIES: all 56 56 resources: 57 57 requests: 58 - memory: 2Gi 58 + memory: 4Gi 59 59 nvidia.com/gpu: 1 60 60 limits: 61 61 nvidia.com/gpu: 1 62 - memory: 2Gi 62 + memory: 4Gi 63 63 64 64 service: 65 65 jellyfin: