40 lines
661 B
YAML
40 lines
661 B
YAML
image:
|
|
repository: tccr.io/truecharts/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:31d728563fceeca4dd5c9e2a4d75bc69641cf4aedc48a146cd721a9c6ea1f7f4
|
|
|
|
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
|