32 lines
629 B
YAML
32 lines
629 B
YAML
image:
|
|
repository: tccr.io/truecharts/metube
|
|
tag: v2023-08@sha256:3b6bedac0e9da810b73de6c1c727a0b1f704f932f5e8067a1498bda1c583e791
|
|
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: "{}"
|