26 lines
502 B
YAML
26 lines
502 B
YAML
image:
|
|
repository: tccr.io/truecharts/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:3504ae3fd747419a4e16d067ccd6dba4fd0e035383e26dd15e7a13c83aff36da
|
|
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
|