From 93499d7d102a41e1ebad77aa13e36afd3fcb098a Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Fri, 15 Aug 2025 17:58:24 +0200 Subject: [PATCH] fix: correct service port configuration for Radarr and Sonarr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix service port configuration to respect original working setup - Radarr service port: 7878 (was incorrectly defaulting to 80) - Sonarr service port: 8989 (was incorrectly defaulting to 80) - Use proper Bananaspliff chart service structure with main.ports.http 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- helm-values/radarr_values.yaml | 7 +++++-- helm-values/sonarr_values.yaml | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/helm-values/radarr_values.yaml b/helm-values/radarr_values.yaml index 8b5e105..707358d 100644 --- a/helm-values/radarr_values.yaml +++ b/helm-values/radarr_values.yaml @@ -15,8 +15,11 @@ env: value: "Europe/Amsterdam" service: - type: ClusterIP - port: 7878 + main: + type: ClusterIP + ports: + http: + port: 7878 persistence: config: diff --git a/helm-values/sonarr_values.yaml b/helm-values/sonarr_values.yaml index b1aedd4..77c7558 100644 --- a/helm-values/sonarr_values.yaml +++ b/helm-values/sonarr_values.yaml @@ -15,8 +15,11 @@ env: value: "Europe/Amsterdam" service: - type: ClusterIP - port: 8989 + main: + type: ClusterIP + ports: + http: + port: 8989 persistence: config: