37 lines
881 B
YAML
37 lines
881 B
YAML
image:
|
|
repository: gotson/komga
|
|
tag: 1.10.3@sha256:d962b7a30246d2278de9587deba458fad0102f6b5b014fe0458b8ceddb099b00
|
|
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
|