2022-06-07 20:31:13 +00:00
|
|
|
image:
|
2022-09-19 12:32:11 +00:00
|
|
|
repository: tccr.io/truecharts/tvheadend
|
2022-06-07 20:31:13 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-09-19 12:32:11 +00:00
|
|
|
tag: latest@sha256:2f1e069d6dc683ffe738897f144866a4eef31135c3381b9851f1cd315e1aa03a
|
2022-06-07 20:31:13 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-09-19 12:32:11 +00:00
|
|
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
2022-06-07 20:31:13 +00:00
|
|
|
env:
|
2022-09-19 12:32:11 +00:00
|
|
|
RUN_OPTS: ""
|
2022-06-07 20:31:13 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-09-19 12:32:11 +00:00
|
|
|
port: 9981
|
|
|
|
targetPort: 9981
|
|
|
|
htsp:
|
2022-06-07 20:31:13 +00:00
|
|
|
enabled: true
|
|
|
|
ports:
|
2022-09-19 12:32:11 +00:00
|
|
|
htsp:
|
2022-06-07 20:31:13 +00:00
|
|
|
enabled: true
|
2022-09-19 12:32:11 +00:00
|
|
|
port: 9982
|
|
|
|
targetPort: 9982
|
2022-06-07 20:31:13 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
2022-08-09 00:29:33 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|