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