From bf63967cfd1695aab995906aebe3a124092c2ac6 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Fri, 15 Aug 2025 17:59:12 +0200 Subject: [PATCH] fix: revert to correct Bananaspliff chart service port structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use service.port directly as per chart schema - Radarr: service.port: 7878 - Sonarr: service.port: 8989 🤖 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, 4 insertions(+), 10 deletions(-) diff --git a/helm-values/radarr_values.yaml b/helm-values/radarr_values.yaml index 707358d..8b5e105 100644 --- a/helm-values/radarr_values.yaml +++ b/helm-values/radarr_values.yaml @@ -15,11 +15,8 @@ env: value: "Europe/Amsterdam" service: - main: - type: ClusterIP - ports: - http: - port: 7878 + type: ClusterIP + port: 7878 persistence: config: diff --git a/helm-values/sonarr_values.yaml b/helm-values/sonarr_values.yaml index 77c7558..b1aedd4 100644 --- a/helm-values/sonarr_values.yaml +++ b/helm-values/sonarr_values.yaml @@ -15,11 +15,8 @@ env: value: "Europe/Amsterdam" service: - main: - type: ClusterIP - ports: - http: - port: 8989 + type: ClusterIP + port: 8989 persistence: config: