Files
truecharts/charts/stable/tvheadend/values.yaml
T
TrueCharts BotandGitHub cc168f710c chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#5803)
* chore(deps): update container image tccr.io/truecharts/tvheadend to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-26 14:20:12 +01:00

40 lines
661 B
YAML

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