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:
@@ -15,7 +15,10 @@ env:
|
|||||||
value: "Europe/Amsterdam"
|
value: "Europe/Amsterdam"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
main:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
port: 7878
|
port: 7878
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -15,7 +15,10 @@ env:
|
|||||||
value: "Europe/Amsterdam"
|
value: "Europe/Amsterdam"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
main:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
port: 8989
|
port: 8989
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user