TrueChartsClone/charts/stable/metube/values.yaml

31 lines
620 B
YAML

image:
repository: alexta69/metube
tag: 2024-06-16@sha256:0429c5c337cc4dee6f12dccd73ea15e5dfad822223985909ebc8bdb9c335b4cc
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10216
targetPort: 8081
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
STATE_DIR: /config
DOWNLOAD_DIR: /downloads
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
YTDL_OPTIONS: "{}"