bazarr exposed to rclone dir

This commit is contained in:
nomadics9 2025-01-17 02:39:17 +03:00
parent b851fb3f7f
commit 704af0d998
No known key found for this signature in database

View file

@ -54,6 +54,8 @@ spec:
subPath: anime
- mountPath: /HDD
name: hdd
- mountPath: /data/rclone/__all__
name: rclone
restartPolicy: Always
volumes:
- name: ssd
@ -62,3 +64,6 @@ spec:
- name: hdd
persistentVolumeClaim:
claimName: nfs-hdd-pvc
- name: rclone
persistentVolumeClaim:
claimName: alaskarserver-rclone-pvc