29 lines
509 B
YAML
29 lines
509 B
YAML
image:
|
|
repository: tccr.io/truecharts/metube
|
|
tag: v2022-04@sha256:d6bf0a91018131512573288fa6bcf2b86f9f97acb1ad975014eab5e91f5d0e9d
|
|
pullPolicy: IfNotPresent
|
|
|
|
env:
|
|
STATE_DIR: /config
|
|
DOWNLOAD_DIR: /downloads
|
|
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
|
|
YTDL_OPTIONS: "{}"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10216
|
|
targetPort: 8081
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /downloads
|
|
|
|
portal:
|
|
enabled: true
|