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:
Stavros Kois
2022-12-22 01:02:34 +02:00
committed by GitHub
parent 958dbf6d14
commit 26302d4dd7
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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
+8
View File
@@ -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}
+4
View File
@@ -24,6 +24,10 @@ persistence:
enabled: true
mountPath: "/cache"
type: "emptyDir"
transcode:
enabled: true
mountPath: "/config/transcodes"
type: "emptyDir"
portal:
enabled: true