arrstack: add kids backend tier (sonarr/radarr/nzbget-kids) #412

Merged
benvin merged 3 commits from benvin/arrstack-kids into main 2026-08-25 08:03:21 +10:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 6ffd8c4cb9 - Show all commits
@@ -29,7 +29,7 @@ spec:
# the image's own template and appends the path/category overrides once; # the image's own template and appends the path/category overrides once;
# the grep guard keeps re-runs idempotent so admin UI edits survive. # the grep guard keeps re-runs idempotent so admin UI edits survive.
- name: seed-config - name: seed-config
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/linuxserver/nzbget:version-v26.2 image: docker.io/linuxserver/nzbget:version-v26.2
command: command:
- sh - sh
- -c - -c
@@ -84,7 +84,7 @@ spec:
subPath: movies/kids subPath: movies/kids
containers: containers:
- name: nzbget - name: nzbget
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/linuxserver/nzbget:version-v26.2 image: docker.io/linuxserver/nzbget:version-v26.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@@ -188,7 +188,7 @@ spec:
# exportarr sidecar: polls the local replica's API and exposes Prometheus # exportarr sidecar: polls the local replica's API and exposes Prometheus
# metrics on :9708 (scraped by the radarr-kids-exportarr VMPodScrape). # metrics on :9708 (scraped by the radarr-kids-exportarr VMPodScrape).
- name: exportarr - name: exportarr
image: artifactapi.k8s.syd1.au.unkin.net/ghcr/onedr0p/exportarr:v2.3.0 image: ghcr.io/onedr0p/exportarr:v2.3.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- radarr - radarr
@@ -188,7 +188,7 @@ spec:
# exportarr sidecar: polls the local replica's API and exposes Prometheus # exportarr sidecar: polls the local replica's API and exposes Prometheus
# metrics on :9707 (scraped by the sonarr-kids-exportarr VMPodScrape). # metrics on :9707 (scraped by the sonarr-kids-exportarr VMPodScrape).
- name: exportarr - name: exportarr
image: artifactapi.k8s.syd1.au.unkin.net/ghcr/onedr0p/exportarr:v2.3.0 image: ghcr.io/onedr0p/exportarr:v2.3.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- sonarr - sonarr