47 lines
936 B
YAML
47 lines
936 B
YAML
image:
|
|
repository: tccr.io/truecharts/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:bfc3c73c1cefd578c121b6e3256a496ad9ee190a6a6901d3ad1b9aa2a7be082c
|
|
|
|
tveImage:
|
|
repository: tccr.io/truecharts/channels-dvr-tve
|
|
pullPolicy: Always
|
|
tag: latest@sha256:7e0130ad244e07f3714edadecdcc8711d9d3c11eac8409705b5c6aa8e108ca7e
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8089
|
|
protocol: http
|
|
targetPort: 8089
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /channels-dvr
|
|
recordings:
|
|
enabled: true
|
|
mountPath: /shares/DVR
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
probes:
|
|
liveness:
|
|
port: 8089
|
|
scheme: http
|
|
readiness:
|
|
port: 8089
|
|
scheme: http
|
|
startup:
|
|
port: 8089
|
|
scheme: http
|