Files
truecharts/charts/stable/tvheadend/values.yaml
T
Kjeld Schouten-LebbingandGitHub 308ba8accf (feat) Dynamically set PGID, GID and GROUP_ID (#1091)
* base PGID on fsGroup

* also remove PGID from questions.yaml

* remove mistake

* small fix

* fix first test

* fix linting

* always set PUID to 568

* use quotes for env vars (obviously)
2021-10-04 12:31:56 +02:00

44 lines
792 B
YAML

# Default values for tvheadend.
image:
repository: ghcr.io/linuxserver/tvheadend
pullPolicy: IfNotPresent
tag: version-63784405@sha256:ae47a3f6a7d2d7efefb68087da7cbed786f801cb87c7c93b1e6b989c0021aefa
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# See https://github.com/linuxserver/docker-tvheadend#parameters
env: {}
# PUID: 1000
# TZ: Europe/London
# RUN_OPTS: <run options here>
service:
main:
ports:
main:
port: 9981
htsp:
enabled: true
type: ClusterIP
ports:
htsp:
enabled: true
port: 9982
protocol: TCP
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: true