28 lines
462 B
YAML
28 lines
462 B
YAML
image:
|
|
repository: tccr.io/truecharts/lazylibrarian
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:5c45c6d1bd9aaed4e48b2d0900afade27c8b30b5c52280f5ac08c3cc97db4e01
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5299
|
|
targetPort: 5299
|
|
|
|
env: {}
|
|
# PUID: 1001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|