| commit | ef76a3e49aa32b4da9387d7c6eb417ff656a58f4 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Mon Jan 10 12:22:28 2022 +0400 |
| committer | giolekva <giolekva@gmail.com> | Mon Jan 10 12:22:28 2022 +0400 |
| tree | c8ab4da0129d3cfb2aa2040b6f7b372074849275 | |
| parent | 6bb21c22dfa2d271b79b8c1253cdf90607cb24d3 [diff] [blame] |
apps: qbittorrent + jellyfin
diff --git a/charts/qbittorrent/templates/pvc.yaml b/charts/qbittorrent/templates/pvc.yaml new file mode 100644 index 0000000..77f42c3 --- /dev/null +++ b/charts/qbittorrent/templates/pvc.yaml
@@ -0,0 +1,11 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: data + namespace: {{ .Release.Namespace }} +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: {{ .Values.storage.size }}