Skip to content

Commit

Permalink
feat(calibre-web): use advanced mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-dclrcq committed Jan 2, 2025
1 parent f538c27 commit 02c0876
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ spec:
type: nfs
server: "truenas.${INTERNAL_DOMAIN}"
path: /mnt/tank/Media
globalMounts:
- path: /calibre-library
subPath: Ebooks
- path: /cwa-book-ingest
subPath: Downloads/Ebooks
advancedMounts:
calibre-web:
app:
- path: /calibre-library
subPath: Ebooks
- path: /cwa-book-ingest
subPath: Downloads/Ebooks
cache:
type: emptyDir
globalMounts:
Expand Down

0 comments on commit 02c0876

Please sign in to comment.