46 lines
768 B
YAML
46 lines
768 B
YAML
image:
|
|
repository: tccr.io/truecharts/calibre
|
|
tag: v6.29.0@sha256:c79648b2ba3a9bd71168fa4ac0c0cc709119db6edfca3628e480392186d1cf20
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8084
|
|
protocol: http
|
|
targetPort: 8080
|
|
webserver:
|
|
enabled: true
|
|
ports:
|
|
webserver:
|
|
enabled: true
|
|
port: 8081
|
|
protocol: http
|
|
targetPort: 8081
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CLI_ARGS:
|
|
PASSWORD: ""
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|