Files
truecharts/incubator/tvheadend/4.0.0/test_values.yaml
T
0e53f1acc8 [3.0.0] Update Helm chart common to v3 (#350)
* [3.0.0] Update Helm chart common to v3

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-04-14 22:33:58 +02:00

45 lines
749 B
YAML

# Default values for tvheadend.
image:
repository: linuxserver/tvheadend
pullPolicy: IfNotPresent
tag: latest
strategy:
type: Recreate
# Configure the Security Context for the Pod
podSecurityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
# 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: true
mountPath: "/config"
emptyDir: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""