TrueChartsClone/test/plex/2.1.0
Waqar Ahmed ac0caeb11e Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
..
configs Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
templates Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
.helmignore Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
Chart.yaml Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
README.md Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00
values.yaml Move plex to 2.1.0 version dir 2020-12-06 23:57:39 +05:00

README.md

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