Files
truecharts/charts/stable/metube/values.yaml
T

30 lines
648 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/alexta69/metube
tag: 2026.04.28@sha256:caf21da7d83a4003b429ef1126e9c1499f36f8401a1f8a7b158f70b94ade8edd
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10216
targetPort: 8081
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
workload:
main:
podSpec:
containers:
main:
env:
STATE_DIR: /config
DOWNLOAD_DIR: /downloads
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
YTDL_OPTIONS: "{}"