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