fix(metube): BREAKING CHANGES - separate config/download dirs. (#6154)

* fix(metube) separate config/download dirs.

* remove the gui option.

* fix spelling

* Update charts/stable/metube/questions.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>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2023-01-08 15:50:43 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 662aef3de3
commit 7a84a44f86
3 changed files with 40 additions and 27 deletions
+6 -1
View File
@@ -4,6 +4,8 @@ image:
pullPolicy: IfNotPresent
env:
STATE_DIR: /config
DOWNLOAD_DIR: /downloads
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
YTDL_OPTIONS: "{}"
@@ -15,9 +17,12 @@ service:
targetPort: 8081
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: "/downloads"
mountPath: /downloads
portal:
enabled: true