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 subPath: anime
- mountPath: /HDD - mountPath: /HDD
name: hdd name: hdd
- mountPath: /data/rclone/__all__
name: rclone
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: ssd - name: ssd
@ -62,3 +64,6 @@ spec:
- name: hdd - name: hdd
persistentVolumeClaim: persistentVolumeClaim:
claimName: nfs-hdd-pvc claimName: nfs-hdd-pvc
- name: rclone
persistentVolumeClaim:
claimName: alaskarserver-rclone-pvc