Skip to content

SABnzbd

sabnzbd logo

Version: 0.1.0 Type: application AppVersion: 4.5.1

SABnzbd is an Open Source Binary Newsreader written in Python.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.22.0-0

Dependencies

Repository Name Version
https://bjw-s-labs.github.io/helm-charts common 1.5.1

Installing the Chart

To install the chart with the release name sabnzbd

helm install sabnzbd oci://ghcr.io/hydazz/charts/sabnzbd

Traditional

helm repo add hydaz https://charts.hydaz.com
helm repo update
helm install sabnzbd hydaz/sabnzbd

Uninstalling the Chart

To uninstall the sabnzbd deployment

helm uninstall sabnzbd

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the bjw-s common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install sabnzbd \
  --set env.TZ="America/New York" \
    hydaz/sabnzbd

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install sabnzbd hydaz/sabnzbd -f values.yaml

Custom configuration

Values

Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here

Key Type Default Description
image.pullPolicy string "IfNotPresent" Image pull policy
image.repository string "ghcr.io/home-operations/sabnzbd" Image repository
image.tag string "4.5.1" Image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
persistence.data object See values.yaml Configure data volume settings for the chart under this key.
persistence.downloads object See values.yaml Configure downloads volume settings for the chart under this key.
podSecurityContext.fsGroup int 1001
podSecurityContext.fsGroupChangePolicy string "OnRootMismatch"
securityContext object See values.yaml Security Context for the qBittorrent container
service.main object See values.yaml Configures service settings for the chart.

Autogenerated from chart metadata using helm-docs