summaryrefslogtreecommitdiff
path: root/f3s/player
AgeCommit message (Collapse)Author
2026-05-25Add player NFS sentinel initContainers for task 26Paul Buetow
2026-05-16Update player image tagsPaul Buetow
2026-05-16Update player image tagsPaul Buetow
2026-05-16Give player deployments longer startup windowPaul Buetow
2026-05-16Deploy xplayer and update player imagePaul Buetow
2026-05-16f3s: set strategy Recreate on single-replica stateful deploymentsPaul Buetow
Prevents NFS-lock races during rolling updates. The hostPath PVs point at an NFS-shared directory mounted on every r-node, so RWO is not actually enforced across nodes — under the default RollingUpdate strategy the new pod can start on a different node and grab the same data dir while the old pod still holds file locks, producing errors like postgres' "could not write to file postmaster.pid: Unknown error 512". Applied to: immich-postgres, audiobookshelf, anki-sync-server, registry, pkgrepo, player, wallabag, miniflux-postgres, opodsync, radicale, kobo-sync-server, keybr, filebrowser, git-server, goprecords, jellyfin. (syncthing and navidrome already had it.) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03Update player image tagPaul Buetow
2026-05-03Add player f3s deploymentPaul Buetow