charts/charts/plex
runecalico d3efa1f724
[PLEX] Add CRT/KEY to PKS Conversion Init Process (#212)
* Add template code for container env

* version bump

* trim trailing whitespace

* Bump to 1.2.0

* Add PlexPreferences ConfigMap/Script.

* Lint fixes.

* Add pks from cert init process

* bump to 1.3.0

* set default empty value for medium

* trailing spaces

* somehow got changed to crlf

Co-authored-by: Jonathan C. Kaufman <vitki@tirn-aill.org>
2020-04-27 13:49:03 -04:00
..
configs [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
templates [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
.helmignore [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
Chart.yaml [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
OWNERS [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
README.md [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
values.yaml [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00

Plex Media Server helm chart

This is an opinionated helm chart for Plex Media Center based on the official container image.

This chart is 'forked' from the excellent munnerz/kube-plex repo in order to allow for more timely updates and publishing to a helm registry. NOTE: This chart is not compatible as an upgrade from the kube-plex chart.

TL;DR

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

Installing the Chart

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

helm install plex billimek/plex

Uninstalling the Chart

To uninstall/delete the plex deployment:

helm delete plex

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 plex \
  --set timezone="America/New York" \
    billimek/plex

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

helm install plex -f values.yaml billimek/plex