31 lines
620 B
YAML
31 lines
620 B
YAML
image:
|
|
repository: alexta69/metube
|
|
tag: 2024-08-07@sha256:0d185ecd4dc9c6efdcbf83b152086075c1dad113ba787619783523d8c4f96423
|
|
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: "{}"
|