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