bazarr exposed to rclone dir
This commit is contained in:
parent
b851fb3f7f
commit
704af0d998
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue