mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-25 07:39:23 +00:00
[antennas] New Chart (#34)
* [antennas] New Chart * [antennas] Add options for host networking * [antennas] Version 1.0.0 * [antennas] Fix lint issues
This commit is contained in:
50
charts/antennas/values.yaml
Normal file
50
charts/antennas/values.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# 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.1.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:
|
||||
Reference in New Issue
Block a user