26 lines
503 B
YAML
26 lines
503 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:e643ae70acaefe9be46cb1407b2024692f60a0b1d4225037a6f7768f62390819
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5299
|
|
targetPort: 5299
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|