2021-07-01 18:26:22 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: gotson/komga
|
2024-09-11 06:28:37 +00:00
|
|
|
tag: 1.13.0@sha256:9d2413e74ddd6158dfb478d8f1997359fcf2b81c89772497b86d58f637165c2c
|
2021-07-01 18:26:22 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-07-22 08:52:26 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
path: /actuator/health
|
|
|
|
readiness:
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
path: /actuator/health
|
|
|
|
startup:
|
|
|
|
type: tcp
|
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
2021-07-01 18:26:22 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10085
|
2021-07-01 18:26:22 +00:00
|
|
|
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"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|