Files
truecharts/charts/stable/tvheadend/values.yaml
T
Stavros KoisandGitHub a2d76890c4 chore(tvheadend): add run_opts in the UI (#3393)
* chore(tvheadend): add run_opts in the UI

* update image
2022-08-09 12:24:59 +02:00

40 lines
661 B
YAML

image:
repository: tccr.io/truecharts/tvheadend
pullPolicy: IfNotPresent
tag: latest@sha256:794625d1a19163599b5f63efc27123b6f9d34f8694462b14527979fe95af23d6
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