From b85e9b4827a34302d25ab23a3b83ec0c79e4b26d Mon Sep 17 00:00:00 2001 From: Till Skrodzki Date: Thu, 18 Feb 2021 20:26:18 +0100 Subject: [PATCH] [pyload] Add /downloads PVC use to pyload chart (#601) --- charts/pyload/Chart.yaml | 2 +- charts/pyload/values.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/charts/pyload/Chart.yaml b/charts/pyload/Chart.yaml index e738c2d4..5097a22d 100644 --- a/charts/pyload/Chart.yaml +++ b/charts/pyload/Chart.yaml @@ -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 diff --git a/charts/pyload/values.yaml b/charts/pyload/values.yaml index 9a313d54..cc18a277 100644 --- a/charts/pyload/values.yaml +++ b/charts/pyload/values.yaml @@ -29,3 +29,19 @@ persistence: config: enabled: false emptyDir: false + downloads: + enabled: false + emptyDir: false + mountPath: /downloads + ## Persistent Volume Storage Class + ## If defined, storageClassName: + ## 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: ""