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