Files
truecharts/charts/incubator/calibre-web/values.yaml
T
9d9fecf49e Update patch Docker tags (#481)
* Update patch Docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-05-23 22:21:23 +02:00

33 lines
448 B
YAML

# Default values for Calibre-Web.
image:
repository: linuxserver/calibre-web
pullPolicy: IfNotPresent
tag: version-0.6.12
strategy:
type: Recreate
service:
main:
ports:
main:
port: 8083
env: {}
# TZ:
# PUID:
# PGID:
# UMASK:
# DOCKER_MODS:
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""