TrueChartsClone/charts/tvheadend/1.3.2/values.yaml

53 lines
856 B
YAML
Raw Normal View History

# Default values for tvheadend.
image:
repository: linuxserver/tvheadend
pullPolicy: IfNotPresent
tag: latest
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:
port:
port: 9981
persistence:
config:
enabled: false
emptyDir: false
mountPath: /config
recordings:
enabled: false
emptyDir: false
mountPath: /recordings
appIngressEnabled: false
# appVolumeMounts:
# config:
# enabled: false
# emptyDir: false
# recordings:
# enabled: false
# emptyDir: false
appAdditionalServicesEnabled: true
appAdditionalServices:
htsp:
enabled: true
type: ClusterIP
port:
port: 9982
name: htsp
protocol: TCP
targetPort: 9982