mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
2b32f7ee83
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Devin Buhl <devin.kray@gmail.com>
45 lines
813 B
YAML
45 lines
813 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: linuxserver/tvheadend
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See https://github.com/linuxserver/docker-tvheadend#parameters
|
|
env: {}
|
|
# PUID: 1000
|
|
# PGID: 1000
|
|
# TZ: Europe/London
|
|
# RUN_OPTS: <run options here>
|
|
|
|
service:
|
|
port:
|
|
port: 9981
|
|
# additionalPorts:
|
|
# port:
|
|
# port: 9982
|
|
# name: htsp
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /config
|
|
recordings:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /recordings
|