35 lines
551 B
YAML
35 lines
551 B
YAML
# Default values for LazyLibrarian.
|
|
|
|
image:
|
|
repository: ghcr.io/linuxserver/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:7515bfc48ed9bb913222d5cf97e45d7fed5ae19ec2fff2e1d0d37f519227a403
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5299
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|
|
varrun:
|
|
enabled: true
|