28 lines
495 B
YAML
28 lines
495 B
YAML
image:
|
|
repository: tccr.io/truecharts/kavita
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.2@sha256:119f2935c636eb4e1789ae9d280d1c3dfb4b6ebdb0a1edb74116b19b36339584
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5000
|
|
port: 10189
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/kavita/config"
|
|
manga:
|
|
enabled: true
|
|
mountPath: "/manga"
|