fix: correct service port configuration for Radarr and Sonarr

- 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 <noreply@anthropic.com>
This commit is contained in:
gilgamezh
2025-08-15 17:58:24 +02:00
parent 7e1847a5ac
commit 93499d7d10
2 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -15,8 +15,11 @@ env:
value: "Europe/Amsterdam" value: "Europe/Amsterdam"
service: service:
type: ClusterIP main:
port: 7878 type: ClusterIP
ports:
http:
port: 7878
persistence: persistence:
config: config:
+5 -2
View File
@@ -15,8 +15,11 @@ env:
value: "Europe/Amsterdam" value: "Europe/Amsterdam"
service: service:
type: ClusterIP main:
port: 8989 type: ClusterIP
ports:
http:
port: 8989
persistence: persistence:
config: config: