* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
40 lines
633 B
YAML
40 lines
633 B
YAML
image:
|
|
repository: tccr.io/truecharts/calibre
|
|
tag: v5.41.0@sha256:4fa026da6bffe4375c977479b77cf4ffb5981905a60a6ac5dd00949fadffb629
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secret:
|
|
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
|