2021-10-25 12:19:09 +00:00
image :
# -- image repository
2021-12-03 15:44:22 +00:00
repository : tccr.io/truecharts/komga
2021-10-25 12:19:09 +00:00
# -- image tag
2021-12-13 21:50:01 +00:00
tag : v0.135.1@sha256:c98144e6b8000a2991b0d8026c6e7f208e168b57e5c0fea98bc0503048b5de63
2021-10-25 12:19:09 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration).
# @default -- See below
env : {}
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
2021-11-30 09:09:37 +00:00
port : 10085
2021-11-07 16:24:13 +00:00
targetPort : 8080
2021-10-25 12:19:09 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
config :
enabled : true
2021-11-15 23:31:22 +00:00
mountPath : "/config"
2021-10-25 12:19:09 +00:00
data :
2021-11-15 23:31:22 +00:00
enabled : true
mountPath : "/data"