2021-09-26 18:24:58 +00:00
|
|
|
# Default values for LazyLibrarian.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/linuxserver/lazylibrarian
|
|
|
|
pullPolicy: IfNotPresent
|
2021-10-20 14:13:56 +00:00
|
|
|
tag: latest@sha256:7515bfc48ed9bb913222d5cf97e45d7fed5ae19ec2fff2e1d0d37f519227a403
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 5299
|
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
2021-10-05 11:36:33 +00:00
|
|
|
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|
2021-09-29 16:23:30 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|