TrueChartsClone/charts/stable/channels-dvr/values.yaml

42 lines
916 B
YAML

image:
repository: fancybits/channels-dvr
pullPolicy: Always
tag: latest@sha256:d9af0820c5afc50b620ad70f2574e9f9c5d2b8244eadb3075df785ebeb87fbb6
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