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