Skip to content

[servarr] feat: add SABnzbd support#70

Open
cgrard wants to merge 1 commit into
kubitodev:mainfrom
cgrard:feat/sabnzbd
Open

[servarr] feat: add SABnzbd support#70
cgrard wants to merge 1 commit into
kubitodev:mainfrom
cgrard:feat/sabnzbd

Conversation

@cgrard

@cgrard cgrard commented Jul 13, 2026

Copy link
Copy Markdown

Introduces sabnzbd as a first-class app alongside qbittorrent for Usenet-based downloads. Mirrors the qbittorrent template layout (Deployment + Service + PVC + Ingress + ServiceAccount + HPA), all gated on sabnzbd.enabled.

Defaults:

  • image: lscr.io/linuxserver/sabnzbd:4.5.4
  • service.port: 8080 (SABnzbd default)
  • persistence: 1Gi ReadWriteOnce, path=downloads
  • probes: {} (SABnzbd exposes / but under load it can block; consumers opt-in to what they actually want)

Media mount reuses the existing jellyfin.persistence.media pattern for consistency with the other *arr apps -- decoupling media from jellyfin.enabled is out of scope here.

Chart version bumped 1.5.2 -> 1.6.0 (minor: additive feature).

Kubito Helm Charts PR Checklist

Thank you for your contribution! Please ensure the following:

  • [] Chart Version: Updated version in Chart.yaml for the relevant chart.

  • [] README Update: If values.yaml was changed, run:

    readme-generator -v charts/your-chart/values.yaml -r charts/your-chart/README.md
  • [] Testing: Tested the chart locally, and it works as expected.

Changes Summary

Briefly describe your changes and why they are needed.

Related Issues

List any relevant issues, e.g., Fixes #123.

Introduces sabnzbd as a first-class app alongside qbittorrent for
Usenet-based downloads. Mirrors the qbittorrent template layout
(Deployment + Service + PVC + Ingress + ServiceAccount + HPA), all
gated on sabnzbd.enabled.

Defaults:
- image: lscr.io/linuxserver/sabnzbd:4.5.4
- service.port: 8080 (SABnzbd default)
- persistence: 1Gi ReadWriteOnce, path=downloads
- probes: {} (SABnzbd exposes / but under load it can block;
  consumers opt-in to what they actually want)

Media mount reuses the existing jellyfin.persistence.media pattern
for consistency with the other *arr apps -- decoupling media from
jellyfin.enabled is out of scope here.

Chart version bumped 1.5.2 -> 1.6.0 (minor: additive feature).

Signed-off-by: Cédric <cedric.grard@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant