2022-03-14 16:38:23 +00:00
|
|
|
image:
|
2022-03-16 19:37:59 +00:00
|
|
|
repository: tccr.io/truecharts/nextpvr
|
2022-11-07 08:12:11 +00:00
|
|
|
tag: latest@sha256:ad85cc1edb266ade491bc710057cce3087103644e1660b8a335bac2af8db8214
|
2022-03-14 16:38:23 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
env:
|
|
|
|
HOST_IP: "localhost"
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10183
|
|
|
|
targetPort: 8866
|
2023-02-04 10:38:11 +00:00
|
|
|
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
|
2022-03-14 16:38:23 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
recordings:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/recordings"
|
|
|
|
buffer:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/buffer"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|