A Helm chart for Jellyfin
Add the following repo to use the chart:
helm repo add k8s-mediaserver-charts https://95gabor.github.io/k8s-mediaserver-charts
helm repo update
helm upgrade --install jellyfin . \
-n jellyfin --create-namespace \
-f values.yaml
helm upgrade --install jellyfin k8s-mediaserver-charts/jellyfin \
-n jellyfin --create-namespace \
-f values.yaml
helm uninstall jellyfin -n jellyfin
| Key | Type | Default | Description |
|---|---|---|---|
| container.image | string | "docker.io/linuxserver/jellyfin" |
 |
| container.nodeSelector | object | {} |
 |
| container.port | int | 8096 |
 |
| 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.jellyfin_ingress_host | string | "k8s-jelly.k8s.test" |
 |
| general.nodeSelector | object | {} |
 |
| general.pgid | int | 1001 |
 |
| 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 | 8096 |
 |
| service.type | string | "ClusterIP" |
 |
| volume | object | {} |
 |
Autogenerated from chart metadata using helm-docs v1.14.2