673d186de8
Running the HA build needs Redis, PostgreSQL and shared transcode storage wired together, which is a lot of manifests to keep in sync by hand. - add a chart deploying the server as a StatefulSet with a PodDisruptionBudget - ship optional Redis and PostgreSQL dependencies and a runtime config ConfigMap - template shared media, config and transcode volume claims - add ingress and ServiceMonitor templates
23 lines
677 B
YAML
23 lines
677 B
YAML
apiVersion: v2
|
|
name: jellyfin-ha
|
|
description: >
|
|
High-availability Jellyfin media server with Redis-backed transcode session
|
|
store, lease-aware segment cleanup, and optional PostgreSQL database provider
|
|
for multi-pod Kubernetes deployments.
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "12.0.0"
|
|
keywords:
|
|
- jellyfin
|
|
- media-server
|
|
- high-availability
|
|
- redis
|
|
- kubernetes
|
|
home: https://github.com/ZoltyMat/jellyfin-ha
|
|
sources:
|
|
- https://github.com/ZoltyMat/jellyfin-ha
|
|
maintainers:
|
|
- name: ZoltyMat
|
|
url: https://github.com/ZoltyMat
|
|
icon: https://raw.githubusercontent.com/jellyfin/jellyfin/master/Jellyfin.Server/Resources/Images/jellyfin-icon-solid.png
|