43 lines
660 B
YAML
43 lines
660 B
YAML
image:
|
|
repository: tccr.io/truecharts/calibre
|
|
tag: 6.13.0@sha256:3fc99c64349175096669625e7dc5f5f99d0a5982669652a946f4ea0f5a13fc52
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
PASSWORD: ""
|
|
|
|
env:
|
|
CLI_ARGS:
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8084
|
|
targetPort: 8080
|
|
webserver:
|
|
enabled: true
|
|
ports:
|
|
webserver:
|
|
enabled: true
|
|
port: 8081
|
|
targetPort: 8081
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|