k8s-mediaserver-charts

plex

Version: 0.1.8 Type: application AppVersion: 1.42.2

A Helm chart for Plex Media Server

Chart Repo

Add the following repo to use the chart:

helm repo add k8s-mediaserver-charts https://95gabor.github.io/k8s-mediaserver-charts
helm repo update

Installation

helm upgrade --install plex . \
  -n plex --create-namespace \
  -f values.yaml
helm upgrade --install plex k8s-mediaserver-charts/plex \
  -n plex --create-namespace \
  -f values.yaml
helm uninstall plex -n plex

Values

Key Type Default Description
claim string "CHANGEME"  
container.image string "docker.io/linuxserver/plex"  
container.nodeSelector object {}  
container.port int 32400  
container.tag string ""  
externalSecret string nil  
general.certificate.enabled bool false  
general.certificate.secretName string "k8s-mediaserver-tls"  
general.ingress.ingressClassName string ""  
general.ingress_host string "k8s-mediaserver.k8s.test"  
general.initContainer.image string "docker.io/ubuntu"  
general.initContainer.tag float 24.04  
general.nodeSelector object {}  
general.pgid int 1001  
general.plex_ingress_host string "k8s-plex.k8s.test"  
general.podDistribution string "cluster"  
general.puid int 911  
general.storage.accessMode string ""  
general.storage.customVolume bool false  
general.storage.pvcName string "mediaserver-pvc"  
general.storage.pvcStorageClass string ""  
general.storage.subPaths.config string "config"  
general.storage.subPaths.downloads string "downloads"  
general.storage.subPaths.movies string "media/movies"  
general.storage.subPaths.tv string "media/tv"  
general.storage.volumes object {}  
general.tolerations list []  
ingress.annotations object {}  
ingress.enabled bool true  
ingress.tls.enabled bool false  
ingress.tls.secretName string ""  
replicaCount int 1  
resources object {}  
service.extraLbService.annotations object {}  
service.extraLbService.enabled bool false  
service.extraLbService.loadBalancerIP string nil  
service.extraLbService.port int 80  
service.nodePort string nil  
service.port int 32400  
service.type string "ClusterIP"  
volume object {}  

Autogenerated from chart metadata using helm-docs v1.14.2