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
|
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
|
||||||
|
|
Loading…
Reference in a new issue