charts/charts/tvheadend
renovate[bot] 9749081d70
Update Helm chart common to v2.2.1 (#481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-08 15:38:17 +01:00
..
templates [TVheadend] - New chart contribution (#464) 2021-01-02 16:27:58 -05:00
.helmignore [TVheadend] - New chart contribution (#464) 2021-01-02 16:27:58 -05:00
Chart.yaml Update Helm chart common to v2.2.1 (#481) 2021-01-08 15:38:17 +01:00
README.md [TVheadend] - New chart contribution (#464) 2021-01-02 16:27:58 -05:00
values.yaml Feature/tvheadend - HTSP port (#476) 2021-01-07 18:17:20 +01:00

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