Files
truecharts/charts/stable/nextpvr/values.yaml
StevenMcElligott 196c5c5507 feat(NextPVR): Add missing UDP ports (#6961)
* feat(NextPVR): Add missing UDP ports

* Update charts/stable/nextpvr/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-02-04 12:38:11 +02:00

42 lines
744 B
YAML

image:
repository: tccr.io/truecharts/nextpvr
tag: latest@sha256:ad85cc1edb266ade491bc710057cce3087103644e1660b8a335bac2af8db8214
pullPolicy: IfNotPresent
env:
HOST_IP: "localhost"
service:
main:
ports:
main:
port: 10183
targetPort: 8866
nextpvr-udp:
enabled: true
ports:
nextpvr-udp1:
enabled: true
protocol: UDP
port: 16891
targetPort: 16891
nextpvr-udp2:
enabled: true
protocol: UDP
port: 8026
targetPort: 8026
persistence:
config:
enabled: true
mountPath: "/config"
recordings:
enabled: true
mountPath: "/recordings"
buffer:
enabled: true
mountPath: "/buffer"
portal:
enabled: true