jellyfin: make Valkey HA #375
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-valkey-ha"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Jellyfin runs 2 replicas that coordinate distributed transcoding through the operator-managed
jellyfin-valkeyValkeyCluster, but it was single-instance (shards:1, replicas:0) with no failover, so a node/pod loss would drop the shared transcode-lease state. This promotes that store to an HA topology.Changes:
Connection string is unchanged: still cluster-mode via the single headless service
valkey-jellyfin-valkey:6379; StackExchange.Redis seeds off it and auto-discovers topology and failovers.kustomize build --enable-helm apps/overlays/au-syd1/jellyfin renders cleanly; pre-commit passes.