# # IMPORTANT NOTE # # This chart inherits from our common library chart. You can check the default values/options here: # https://scm.docker.cabillot.eu/perso/helm-library-common # image: repository: lscr.io/linuxserver/calibre-web tag: "@sha256:6cf7dab48a4ae0ed3304a94670aa173a4e6b9714824ab6199dddaae3518e618d" pullPolicy: Always env: TZ: America/New_York PUID: 1000 PGID: 1000 DOCKER_MODS: linuxserver/calibre-web:calibre #OAUTHLIB_RELAX_TOKEN_SCOPE: 1 service: main: ports: http: port: 8083 ingress: main: enabled: false automountServiceAccountToken: false persistence: config: enabled: true mountPath: /config size: 100Mi accessMode: ReadWriteOnce data: enabled: true type: hostPath hostPath: /home/jcabillot/tmp/ mountPath: /books