33 lines
556 B
YAML
33 lines
556 B
YAML
image:
|
|
repository: tccr.io/truecharts/kavita
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.7.8@sha256:5f679aaab6f65a5b01e7fc9b773eab6b0bc13c8d0e576c6bee38d6acf39050fb
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 5000
|
|
port: 10189
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/kavita/config"
|
|
manga:
|
|
enabled: true
|
|
mountPath: "/manga"
|
|
tmp:
|
|
enabled: false
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|