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/truecharts/charts/tree/master/charts/stable/jellyfin
|
||||||
- https://github.com/jellyfin/jellyfin
|
- https://github.com/jellyfin/jellyfin
|
||||||
type: application
|
type: application
|
||||||
version: 13.0.5
|
version: 13.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -57,6 +57,14 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
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{persistenceBasic}
|
||||||
# Include{persistenceList}
|
# Include{persistenceList}
|
||||||
# Include{ingressRoot}
|
# Include{ingressRoot}
|
||||||
|
|||||||
@@ -24,6 +24,10 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/cache"
|
mountPath: "/cache"
|
||||||
type: "emptyDir"
|
type: "emptyDir"
|
||||||
|
transcode:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/config/transcodes"
|
||||||
|
type: "emptyDir"
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user