31 lines
520 B
YAML
31 lines
520 B
YAML
image:
|
|
repository: tccr.io/truecharts/kavita
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.4@sha256:9db6c0712df77c33f778cbdd30da3ac39c55732a51a9faac055a3e0d2742fcd9
|
|
|
|
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"
|
|
|
|
portal:
|
|
enabled: true
|