Add config to enable http on pms service #329
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a config option to
values.yaml
to let you enable the HTTP/HTTPS ports on the main PMS service. This is useful so you can just expose the PMS service as aLoadBalancer
and let it service all external HTTPS traffic, which is really useful if you have HTTPS and custom domain configured inside of Plex so everything is served from a single IP (port 80, 443 and 32400).Pairs well with my other PR: #330