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