TrueChartsClone/charts/stable/komga/values.yaml

37 lines
881 B
YAML

image:
repository: gotson/komga
tag: 1.11.0@sha256:d1ca47721d16811ecae2a9e7a2978ff13a2724e9bb6e6e5ef2127695d5475f2e
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