39 lines
635 B
YAML
39 lines
635 B
YAML
# Default values for tvheadend.
|
|
|
|
image:
|
|
repository: linuxserver/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: version-63784405
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
|
env: {}
|
|
# PUID: 1000
|
|
# PGID: 1000
|
|
# TZ: Europe/London
|
|
# RUN_OPTS: <run options here>
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9981
|
|
htsp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
htsp:
|
|
enabled: true
|
|
port: 9982
|
|
protocol: TCP
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|