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

39 lines
714 B
YAML
Raw Normal View History

2022-01-08 16:35:06 +00:00
image:
repository: ghcr.io/linuxserver/pyload
tag: version-7867da43
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: pyload.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: pyload.dc-tls
hosts:
- pyload.dc
env:
PUID: 1420
GUID: 2420
2022-01-07 09:20:48 +00:00
persistence:
2021-11-28 10:16:31 +00:00
config:
enabled: true
mountPath: /config
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
# use hostpath instead
downloads:
enabled: true
type: hostPath
hostPath: /data/downloads
mountPath: /downloads