Add icon url
This commit is contained in:
parent
2fc1d74043
commit
725ee078dd
|
@ -1,48 +1,5 @@
|
||||||
# Plex Media Server helm chart
|
# Plex Media Server helm chart
|
||||||
|
|
||||||
This is an opinionated helm chart for Plex Media Center based on the [official container image](https://hub.docker.com/r/plexinc/pms-docker/).
|
|
||||||
|
|
||||||
This chart is 'forked' from the excellent [munnerz/kube-plex](https://github.com/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
|
|
||||||
|
|
||||||
```shell
|
|
||||||
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`:
|
|
||||||
|
|
||||||
```console
|
|
||||||
helm install plex k8s-at-home/plex
|
|
||||||
```
|
|
||||||
|
|
||||||
## Uninstalling the Chart
|
|
||||||
|
|
||||||
To uninstall/delete the `plex` deployment:
|
|
||||||
|
|
||||||
```console
|
|
||||||
helm delete plex
|
|
||||||
```
|
|
||||||
|
|
||||||
The command removes all the Kubernetes components associated with the chart and deletes the release.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/plex/values.yaml) file. It has several commented out suggested values.
|
Please refer to questions.yaml for a detailed overview on supported configurable items.
|
||||||
|
|
||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
|
||||||
|
|
||||||
```console
|
|
||||||
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,
|
|
||||||
|
|
||||||
```console
|
|
||||||
helm install plex -f values.yaml k8s-at-home/plex
|
|
||||||
```
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Plex
|
# Plex
|
||||||
|
|
||||||
Plex is a chart designed to deploy plex in a TrueNAS SCALE kubernetes cluster.
|
Plex chart is a chart designed to deploy plex in a TrueNAS SCALE kubernetes cluster.
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
categories:
|
categories:
|
||||||
- entertainment
|
- entertainment
|
||||||
|
icon_url: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
|
||||||
|
|
Loading…
Reference in New Issue