charts/charts/xteve
Devin Buhl 18880d0dae
[xteve] add new chart (#291)
* add xteve chart

* xteve: fix linting issue

* xteve: implement hostnetwork mode

* do not enable persistence by default
2020-07-25 13:36:36 -04:00
..
templates [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00
.helmignore [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00
Chart.yaml [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00
OWNERS [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00
README.md [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00
values.yaml [xteve] add new chart (#291) 2020-07-25 13:36:36 -04:00

xteve: M3U Proxy for Plex DVR and Emby Live TV.

This is a helm chart for xTeVe

TL;DR;

$ helm repo add billimek https://billimek.com/billimek-charts/
$ helm install billimek/xteve

Installing the Chart

To install the chart with the release name my-release:

helm install --name my-release billimek/xteve

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

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name my-release \
  --set timezone="America/New_York" \
    billimek/xteve

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install --name my-release -f values.yaml stable/xteve