chore(jellyfin): mount transcode as emptydir (#5591)
* chore(jellyfin): mount transcode as emptydir * add onUI * Update charts/stable/jellyfin/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin
|
||||
- https://github.com/jellyfin/jellyfin
|
||||
type: application
|
||||
version: 13.0.5
|
||||
version: 13.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -57,6 +57,14 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
- variable: transcode
|
||||
label: "App Transcode Storage"
|
||||
description: "Storage for transcode, best to be set to emptyDir and if enough RAM, to Memory type."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressRoot}
|
||||
|
||||
@@ -24,6 +24,10 @@ persistence:
|
||||
enabled: true
|
||||
mountPath: "/cache"
|
||||
type: "emptyDir"
|
||||
transcode:
|
||||
enabled: true
|
||||
mountPath: "/config/transcodes"
|
||||
type: "emptyDir"
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user