54 lines
876 B
YAML
54 lines
876 B
YAML
# Default values for tvheadend.
|
|
|
|
image:
|
|
repository: linuxserver/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
startAsRoot: true
|
|
|
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
|
env: {}
|
|
# PUID: 1000
|
|
# PGID: 1000
|
|
# TZ: Europe/London
|
|
# RUN_OPTS: <run options here>
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 9981
|
|
htsp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
port:
|
|
port: 9982
|
|
protocol: TCP
|
|
targetPort: 9982
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /config
|
|
recordings:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /recordings
|
|
|
|
|
|
appVolumeMounts:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
# setPermissions: true
|
|
mountPath: "/config"
|
|
recordings:
|
|
enabled: true
|
|
emptyDir: true
|
|
# setPermissions: true
|
|
mountPath: "/recordings"
|