hive-apps/projects/downloader/values/youtubedl.yaml

26 lines
524 B
YAML
Raw Normal View History

2022-01-08 16:35:06 +00:00
image:
repository: tzahi12345/youtubedl-material
tag: "4.2"
2021-11-28 10:16:31 +00:00
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "vault-issuer"
2022-01-05 19:24:47 +00:00
traefik.ingress.kubernetes.io/router.tls: 'true'
2021-11-28 10:16:31 +00:00
hosts:
- host: youtubedl.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: youtubedl.dc-tls
hosts:
- youtubedl.dc
hostPathMounts:
- name: downloads
enabled: true
mountPath: /downloads
hostPath: /data/downloads