Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion base/readarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ spec:
subPath: readarr
- mountPath: /books
name: htpc-home
subPath: media/books
subPath: media/books/books
- mountPath: /audiobooks
name: htpc-home
subPath: media/books/audiobooks
- mountPath: /comics
name: htpc-home
subPath: media/books/comics
- mountPath: /downloads
name: htpc-home
subPath: downloads
8 changes: 7 additions & 1 deletion install_armhf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,13 @@ spec:
subPath: readarr
- mountPath: /books
name: htpc-home
subPath: media/books
subPath: media/books/books
- mountPath: /audiobooks
name: htpc-home
subPath: media/books/audiobooks
- mountPath: /comics
name: htpc-home
subPath: media/books/comics
- mountPath: /downloads
name: htpc-home
subPath: downloads
Expand Down
8 changes: 7 additions & 1 deletion install_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,13 @@ spec:
subPath: readarr
- mountPath: /books
name: htpc-home
subPath: media/books
subPath: media/books/books
- mountPath: /audiobooks
name: htpc-home
subPath: media/books/audiobooks
- mountPath: /comics
name: htpc-home
subPath: media/books/comics
- mountPath: /downloads
name: htpc-home
subPath: downloads
Expand Down