26 lines
457 B
YAML
26 lines
457 B
YAML
image:
|
|
repository: tccr.io/truecharts/nextpvr
|
|
tag: latest@sha256:c040e9c1988caa5c7c72652fde8dfcb0b66a93d4f3fbbaf8b3714b429e8509d2
|
|
pullPolicy: IfNotPresent
|
|
|
|
env:
|
|
HOST_IP: "localhost"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10183
|
|
targetPort: 8866
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
recordings:
|
|
enabled: true
|
|
mountPath: "/recordings"
|
|
buffer:
|
|
enabled: true
|
|
mountPath: "/buffer"
|