42 lines
954 B
YAML
42 lines
954 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:284fed6f4ee5150d41d9a7f247a63e190f6f1c3a4e4bc740f029df6d36955d29
|
|
tveImage:
|
|
repository: docker.io/fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: tve@sha256:f3672e8cc5ff5e8093ce63e6179b5cf4dc2a8ccd3a51509d4e087a21d3490a50
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8089
|
|
protocol: http
|
|
targetPort: 8089
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /channels-dvr
|
|
recordings:
|
|
enabled: true
|
|
mountPath: /shares/DVR
|
|
|
|
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
|