mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-27 01:39:06 +00:00
9749081d70
Co-authored-by: Renovate Bot <bot@renovateapp.com> |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
tvheadend
This is a helm chart for tvheadend.
This chart is not maintained by the upstream project and any issues with the chart should be raised here.
TL;DR;
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/tvheadend
Installing the Chart
To install the chart with the release name my-release
:
helm install my-release k8s-at-home/tvheadend
Uninstalling the Chart
To uninstall/delete the my-release
deployment:
helm delete my-release --purge
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The chart's values.yaml file contains a set of suggested values for a minimal deployment. Further configuration options are found in the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
. For example,
helm install tvheadend \
--set env.TZ="America/New_York" \
k8s-at-home/tvheadend
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
helm install tvheadend k8s-at-home/tvheadend --values values.yaml