47 lines
930 B
YAML
47 lines
930 B
YAML
image:
|
|
repository: tccr.io/truecharts/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:f23cc37905cc863b434e10e4c98ce80dec010f3e02148ec511e0af26ff46be0c
|
|
|
|
tveImage:
|
|
repository: tccr.io/truecharts/channels-dvr-tve
|
|
pullPolicy: Always
|
|
tag: latest@sha256:b3cbf843705d5803fb5ba2b86b8c3daf338cf9d5d7ab8799009c0decd730d704
|
|
|
|
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
|
|
type: http
|
|
readiness:
|
|
port: 8089
|
|
type: http
|
|
startup:
|
|
port: 8089
|
|
type: http
|