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 grep guard keeps re-runs idempotent so admin UI edits survive.
- 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:
- sh
- -c
@@ -84,7 +84,7 @@ spec:
subPath: movies/kids
containers:
- 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
ports:
- name: http
@@ -188,7 +188,7 @@ spec:
# exportarr sidecar: polls the local replica's API and exposes Prometheus
# metrics on :9708 (scraped by the radarr-kids-exportarr VMPodScrape).
- 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
args:
- radarr
@@ -188,7 +188,7 @@ spec:
# exportarr sidecar: polls the local replica's API and exposes Prometheus
# metrics on :9707 (scraped by the sonarr-kids-exportarr VMPodScrape).
- 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
args:
- sonarr