From 0f1924f047fbfdac0a0f96b59065434db07a5796 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 14 Feb 2025 12:36:57 +1100 Subject: [PATCH] Update alist volumes --- media/alist.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/media/alist.yaml b/media/alist.yaml index 299af76..01cb147 100644 --- a/media/alist.yaml +++ b/media/alist.yaml @@ -16,6 +16,9 @@ spec: imagePullSecrets: - name: regcred volumes: + - name: config + persistentVolumeClaim: + claimName: configs-nfs - name: downloads persistentVolumeClaim: claimName: downloads-nfs @@ -41,9 +44,12 @@ spec: - name: UMASK value: "022" volumeMounts: + - name: config + subPath: alist + mountPath: /opt/alist/data - name: downloads subPath: ftp - mountPath: /opt/alist/data + mountPath: /ftp resources: requests: cpu: 100m