TrueChartsClone/charts/stable/tvheadend/values.yaml

40 lines
661 B
YAML

image:
repository: tccr.io/truecharts/tvheadend
pullPolicy: IfNotPresent
tag: latest@sha256:8476f06f135545a7868c6a6517d02faa8a34509e7aff70088f0b37c815264f91
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# See https://github.com/linuxserver/docker-tvheadend#parameters
env:
RUN_OPTS: ""
service:
main:
ports:
main:
port: 9981
targetPort: 9981
htsp:
enabled: true
ports:
htsp:
enabled: true
port: 9982
targetPort: 9982
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
enabled: true