charts/charts/plex
Kamuela Franco b68b05e796
Fix typo in documentation (#281)
* Fix typo in documentation

* bump chart version

Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-08-09 08:10:34 -04:00
..
configs [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
templates [plex] force new release (#303) 2020-08-01 14:01:49 -04:00
.helmignore [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
Chart.yaml Fix typo in documentation (#281) 2020-08-09 08:10:34 -04:00
OWNERS [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
README.md Fix typo in documentation (#281) 2020-08-09 08:10:34 -04:00
values.yaml [plex] allow disabling of data volume and sync extraMounts from nzbget (#302) 2020-08-01 10:25:41 -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 plex:

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