doc: update helm chart README with instructions on how to add and use the chart repo

This commit is contained in:
Charles Thomas 2023-12-22 10:46:01 -05:00 committed by Gaston Festari
parent cbf988ee48
commit 0cd70b54e0
2 changed files with 23 additions and 1 deletions

View File

@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 0.1.8
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -5,6 +5,28 @@ A Helm chart for deploying the Plex Personal Media Server(PMS) server.
While Plex is responsible for maintaining this Helm chart, we cannot provide support for troubleshooting related to its usage. For community assistance, please visit our [support forums](https://forums.plex.tv/).
### Installation via Helm
1. Add the Helm chart repo
```bash
helm repo add plex https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages
```
2. Inspect & modify the default values (optional)
```bash
helm show values plex/plex-media-server > values.yaml
```
3. Install the chart
```bash
helm upgrade --install plex plex/plex-media-server --values values.yaml
```
[Additional details available here](https://www.plex.tv/blog/plex-pro-week-23-a-z-on-k8s-for-plex-media-server/)
### Sample init Container scripts
If you already have a different PMS server running elsewhere and wish to migrate it to be running in Kubernetes