k8s-mediaserver-charts

seerr

Version: 0.1.29 Type: application AppVersion: sha-4434c45

A Helm chart for Seerr

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 seerr . \
  -n seerr --create-namespace \
  -f values.yaml
helm upgrade --install seerr k8s-mediaserver-charts/seerr \
  -n seerr --create-namespace \
  -f values.yaml
helm uninstall seerr -n seerr

Values

Key Type Default Description
container.extraEnv list []  
container.image string "ghcr.io/seerr-team/seerr"  
container.nodeSelector object {}  
container.port int 5055  
container.tag string ""  
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 1000  
general.podDistribution string "cluster"  
general.puid int 1000  
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.path string "/seerr"  
ingress.tls.enabled bool false  
ingress.tls.secretName string ""  
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 5055  
service.type string "ClusterIP"  
volume object {}  

Autogenerated from chart metadata using helm-docs v1.14.2