image: repository: alexta69/metube tag: 2024-01-26@sha256:7609e7dfe368dcff33263fbdca2a0fc4b44589da2b867a1d1b905f06aef97074 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: "{}"