30 lines
648 B
YAML
30 lines
648 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/alexta69/metube
|
|
tag: 2026.05.30@sha256:c5ed53d2e9f3aff3982a599aac74388d36879722b1a553a9ae0200346a321ec9
|
|
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: "{}"
|