43 lines
749 B
YAML
Raw Permalink Normal View History

2022-03-03 13:03:54 -05:00
#
# 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: ""
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