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 cac4a4e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ spec:

controllers:
calibre-web:
type: statefulset
type: deployment
strategy: Recreate

annotations:
reloader.stakater.com/auto: "true"
Expand Down Expand Up @@ -111,11 +112,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 cac4a4e

Please sign in to comment.