TrueChartsClone/charts/stable/lazylibrarian/values.yaml

26 lines
445 B
YAML

# Default values for LazyLibrarian.
image:
repository: ghcr.io/linuxserver/lazylibrarian
pullPolicy: IfNotPresent
tag: latest@sha256:15cb4204453e7f6d349575f9a616176eb1478ac91e9218e3bf6a4dd1c60490e1
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"