30 lines
496 B
YAML
30 lines
496 B
YAML
image:
|
|
repository: tccr.io/truecharts/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:14656fce8b9b5f69253b4d22c22111b34aa73c8448d0276014eb409b2d67f6ca
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5299
|
|
targetPort: 5299
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|