2022-01-08 16:35:06 +00:00
|
|
|
image:
|
|
|
|
repository: tzahi12345/youtubedl-material
|
2022-06-28 00:54:16 +00:00
|
|
|
tag: "4.3"
|
2022-01-08 16:35:06 +00:00
|
|
|
|
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
|