mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 05:32:14 +00:00
51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
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:
|
|
# -- image repository
|
|
repository: thejf/antennas
|
|
# -- image tag
|
|
tag: 4.2.0
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- environment variables. See more environment variables in the [antennas documentation](https://github.com/jfarseneau/antennas).
|
|
# @default -- See below
|
|
env: {}
|
|
|
|
# -- Configures service settings for the chart.
|
|
# @default -- See values.yaml
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 5004
|
|
|
|
ingress:
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
main:
|
|
enabled: false
|
|
|
|
# -- Enable Antennas to be discoverable via SSDP
|
|
hostNetwork: false
|
|
|
|
# -- When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
|
|
dnsPolicy: # ClusterFirstWithHostNet
|
|
|
|
# -- Antennas configuration options. See more environment variables in the [antennas documentation](https://github.com/jfarseneau/antennas).
|
|
# @default -- See below
|
|
antennas:
|
|
# -- URL of the TVHeadend instance.
|
|
tvheadend_url:
|
|
# -- Optional stream URL, used for situations where the internal and external URL for TVHeadend is different.
|
|
stream_url:
|
|
# -- Number of tuners to present to Plex
|
|
tuner_count: 4
|
|
# -- Externally accessible URL for this antennas instance, defaults to the main service http port.
|
|
antennas_url:
|