charts/charts/plex
2020-07-06 17:52:15 -04:00
..
configs [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
templates fix serviceName for plex (#268) 2020-07-06 17:52:15 -04:00
.helmignore [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
Chart.yaml fix serviceName for plex (#268) 2020-07-06 17:52:15 -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 UDP to plex (#266) 2020-07-06 15:58:44 -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