Files
truecharts/charts/stable/lazylibrarian/values.yaml
T
f2cf03eda3 chore(deps): update non-major (#987)
* chore(deps): update non-major

* 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-09-14 22:38:56 +02:00

26 lines
445 B
YAML

# Default values for LazyLibrarian.
image:
repository: ghcr.io/linuxserver/lazylibrarian
pullPolicy: IfNotPresent
tag: latest@sha256:65ff3e1b07097396c5c03e4e59d78df9b07979556740d7e7e2568009077bebe3
service:
main:
ports:
main:
port: 5299
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"