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

43 lines
914 B
YAML

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