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