27 lines
350 B
YAML
27 lines
350 B
YAML
|
# Default values for LazyLibrarian.
|
||
|
|
||
|
image:
|
||
|
repository: linuxserver/lazylibrarian
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: latest
|
||
|
|
||
|
strategy:
|
||
|
type: Recreate
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5299
|
||
|
|
||
|
env: {}
|
||
|
# TZ: UTC
|
||
|
# PUID: 1001
|
||
|
# PGID: 1001
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
type: emptyDir
|