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-03 15:44:22 +00:00
tag : v0.134.0@sha256:b38ff9fd6502fe1272adef4d8b0780e3164ed32a4ccac21ada0912a1cc4a16e1
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"