fix: revert to correct Bananaspliff chart service port structure

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