You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I understand correctly that you want to use bare NFS for the two predefined persistence configurations? This seems like an edge case, as you could use volumes and volumeMounts to mount an NFS share to Jellyfin. I strongly recommend not using a common library in this chart, as it isn't particularly complex and there aren't any other charts to share a common library with, which would introduce unnecessary complexity.
In your case, you should be able to disable the built-in persistence of the chart and map your desired NFS shares using the volumes and volumeMounts keys to the required locations.
The more typical use case for NFS in Kubernetes is to use a CSI interface like democratic-csi to provision your PVC on an NFS share/server.
Recently I installed 'radarr' and 'sonarr' via the truechart helm chart.
Check out this magic:
This resulted in two nfs mounts without any pvcs.
Perhaps something similar could be implemented with jellyfin? It is interesting how it works without a pvc using the built in nfs type.
Reference helm chart:
https://github.com/truecharts/public/tree/master/charts/stable/radarr
They use a common library:
https://github.com/truecharts/public/blob/master/charts/library/common/values.yaml
The text was updated successfully, but these errors were encountered: