charts/charts/plex
Carlos Ravelo e4528a12c7
[Plex] - Allow claimName to not be specified for extra mounts and add subPath (#168)
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
2020-11-16 18:34:22 -05:00
..
configs [PLEX] Add CRT/KEY to PKS Conversion Init Process (#212) 2020-04-27 13:49:03 -04:00
templates [Plex] - Allow claimName to not be specified for extra mounts and add subPath (#168) 2020-11-16 18:34:22 -05:00
.helmignore [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
Chart.yaml [Plex] - Allow claimName to not be specified for extra mounts and add subPath (#168) 2020-11-16 18:34:22 -05:00
OWNERS [plex] initial commit of plex chart (#203) 2020-04-14 21:27:48 -04:00
README.md mass-rename of chart repo (#3) 2020-08-29 11:22:37 -04:00
values.yaml [Plex] - Allow claimName to not be specified for extra mounts and add subPath (#168) 2020-11-16 18:34:22 -05: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 k8s-at-home https://k8s-at-home.com/charts/
helm install k8s-at-home/plex

Installing the Chart

To install the chart with the release name plex:

helm install plex k8s-at-home/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" \
    k8s-at-home/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 k8s-at-home/plex