Files
truecharts/incubator/tvheadend/2.1.0/test_values.yaml
T
410fb97c5f Update Helm chart common to v2.1.4 (#325)
* Update Helm chart common to v2.1.4

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-04-10 20:33:55 +02:00

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"