image: repository: tccr.io/truecharts/metube tag: v2023-02@sha256:59ad797fa2b8b3129e6f4213d8a24cfc09e4cf22b21adadbcbdabc413116ecec 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: "{}"