Skip to content

Commit

Permalink
feat: persist calibre-library
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Aug 30, 2024
1 parent 75be35c commit bc4e87a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions k8s-apps/calibre-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ app-template:
image:
repository: crocodilestick/calibre-web-automated
tag: v2.0.0
env:
TZ: Europe/Paris
DOKCER_MODS: "linuxserver/mods:universal-calibre"
ports:
- name: http
containerPort: 8083
Expand Down Expand Up @@ -74,10 +77,10 @@ app-template:
size: 50Mi
globalMounts:
- path: /config
books:
calibre-library:
enabled: true
size: 10Gi
accessMode: ReadWriteOnce
type: persistentVolumeClaim
globalMounts:
- path: /books
- path: /calibre-library

0 comments on commit bc4e87a

Please sign in to comment.