43 lines
749 B
YAML
43 lines
749 B
YAML
#
|
|
# 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
|