# 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: 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 appAdditionalServices: htsp: enabled: true port: port: 9982 type: "ClusterIP"