kubernetes-service-repo/Jellyfin
2026-04-15 16:47:12 +01:00
..
deployment.yml feat(jellyfin): Added readme content and jellyfin kube config 2026-04-15 16:47:12 +01:00
ingress.yml feat(jellyfin): Added readme content and jellyfin kube config 2026-04-15 16:47:12 +01:00
README.md feat(jellyfin): Added readme content and jellyfin kube config 2026-04-15 16:47:12 +01:00
service.yml feat(jellyfin): Added readme content and jellyfin kube config 2026-04-15 16:47:12 +01:00

Jellyfin

Jellyfin is a media center server somewhat like netflix but self-hosted.

Using this kubernetes config

In deployment.yml, set the media directory host path. This is where you will/have put your media for Jellyfin to serve.

In ingress.yml, set the hostname that users will use to connect to the service. This config assumes you have cert-manager installed on your cluster, so if you want to provide HTTPS another way, feel free to comment out the spec.tls section (the annotation shouldn't affect anything, but you can comment it out as well if you want)