2021-07-01 18:26:22 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/komga
2021-07-01 18:26:22 +00:00
# -- image tag
2022-04-28 05:41:47 +00:00
tag : v0.154.1@sha256:27e42974f17ed4745b7d350f29ff10271f8d474f7bdab0c7234747aff34b6302
2021-07-01 18:26:22 +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-28 09:26:31 +00:00
port : 10085
2021-11-06 21:55:18 +00:00
targetPort : 8080
2021-07-01 18:26:22 +00:00
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence :
config :
2021-08-29 12:02:17 +00:00
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/config"
2021-07-01 18:26:22 +00:00
data :
2021-11-14 19:19:16 +00:00
enabled : true
mountPath : "/data"