43 lines
914 B
YAML
43 lines
914 B
YAML
image:
|
|
repository: fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:b6a26f2d8fef5fc30619beb4b7d933cb36fafdd7e64122ea76285b9c29b70ffd
|
|
tveImage:
|
|
repository: fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: tve@sha256:e59b99dcadcc75540a814d8199d0d7deba1f77f71cc2d225a3b5a3efe044781b
|
|
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
|
|
updated: true
|