Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a helm chart to deploy PMS Kubernetes #82

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

MarshallAsch
Copy link
Member

@MarshallAsch MarshallAsch commented Jun 27, 2023

closes: https://github.com/plexinc/operations/issues/2886

Adds a new method to deploy a PMS container to a Kubernetes cluster.

This chart will deploy a StatefulSet with a single instance of of PMS.
Data volumes can be mounted by creating PersistentVolumes or by using the rclone sidecars to be able to easily mount drives from arbitrary locations that may not have Kubernetes drivers.

By default this chart will create a PMS service internal to the cluster that is published on the standard PMS port.
However, this will now allow direct external connections to PMS.
A builtin ingress controller has been provided that will allow PMS to be accessed over the standard HTTP(s) ports, this will require manually reconfiguring the PMS instance to advertise using this url.

MarshallAsch and others added 2 commits June 27, 2023 09:39
docs: update readme with updated value descriptions and added the support disclaimer

Co-authored-by: Gaston Festari <[email protected]>
Copy link
Member

@cilindrox cilindrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@MarshallAsch MarshallAsch merged commit 15e73dc into plexinc:master Jul 4, 2023
@nickRiNi
Copy link

Hello! Thank you for that pull request!! What about helm repo?

@mathieures
Copy link

Hello! Thank you for that pull request!! What about helm repo?

According to a blog post, you can add the Helm repository with the following command:

helm repo add plex https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages

The repository is then listed as plex in the helm repo list output. The chart itself is called plex-media-server though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants