calibre-web: controllers: main: type: deployment replicas: 1 strategy: Recreate revisionHistoryLimit: 3 containers: main: image: repository: ghcr.io/linuxserver/calibre-web tag: 0.6.22-ls276 pullPolicy: IfNotPresent env: - name: TZ value: US/Central - name: DOCKER_MODS value: linuxserver/mods:universal-calibre resources: requests: cpu: 100m memory: 256Mi serviceAccount: create: true service: main: controller: main ports: http: port: 80 targetPort: 8083 protocol: HTTP persistence: config: storageClass: ceph-block accessMode: ReadWriteOnce size: 5Gi retain: true advancedMounts: main: main: - path: /config readOnly: false books: existingClaim: calibre-web-nfs-storage advancedMounts: main: main: - path: /books readOnly: true