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