* Add TV Everywhere image to Channels DVR * Update Channels DVR image descriptions * Update Channels DVR tveImage repository * Add CI config to Channel DVR * Fix Channels DVR tveImage tag issue * apply fixes * Fix newline issue * Fix tveImage hash * bump Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
28 lines
554 B
YAML
28 lines
554 B
YAML
image:
|
|
repository: tccr.io/truecharts/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:bfc3c73c1cefd578c121b6e3256a496ad9ee190a6a6901d3ad1b9aa2a7be082c
|
|
|
|
tveImage:
|
|
repository: tccr.io/truecharts/channels-dvr-tve
|
|
pullPolicy: Always
|
|
tag: latest@sha256:6edc4e63493996747bf07f5f58d4ec0e8bfc2ed22fe2c5c27706a7c720e6a8a1
|
|
|
|
imageSelector: image
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8089
|
|
protocol: HTTP
|
|
targetPort: 8089
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /channels-dvr
|
|
|
|
portal:
|
|
enabled: true
|