29 lines
542 B
YAML
29 lines
542 B
YAML
|
image:
|
||
|
repository: jvmilazz0/kavita
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.8.1@sha256:7d7d7b1e07d944fdbc77d214d8858a32ce302e136a25a32b938c20a1d0099ed6
|
||
|
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
|