26 lines
439 B
YAML
26 lines
439 B
YAML
image:
|
|
repository: tccr.io/truecharts/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:640802f8903ce5de02a4cb5b176eed51633448e555f61d171bb31f95fbd123d1
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5299
|
|
targetPort: 5299
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|