41 lines
897 B
YAML
41 lines
897 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/komga
|
||
|
tag: v1.6.4@sha256:16ed7e32ba91eec9fe3e90cae22de3f1503b45c15ea65aee84be51a67f2df0fe
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
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 }}"
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10085
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/data"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|