[pyload] Add /downloads PVC use to pyload chart (#601)

This commit is contained in:
Till Skrodzki 2021-02-18 20:26:18 +01:00 committed by GitHub
parent 9c29315c83
commit b85e9b4827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.4.20
description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
name: pyload
version: 3.0.1
version: 3.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- pyload

View File

@ -29,3 +29,19 @@ persistence:
config:
enabled: false
emptyDir: false
downloads:
enabled: false
emptyDir: false
mountPath: /downloads
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
# storageClass: "-"
# accessMode: ReadWriteOnce
# size: 1Gi
## Do not delete the pvc upon helm uninstall
# skipuninstall: false
# existingClaim: ""