25 lines
442 B
YAML
25 lines
442 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/calibre-web
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.6.18@sha256:7e0cb0b517c1eba8bdf1effa1b598e240115e150fade50f97726742763d97dca
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8083
|
||
|
targetPort: 8083
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|