chore: Update service configuration to support NodePort and LoadBalancer types

This commit is contained in:
sha
2026-05-15 22:37:47 +03:00
parent 394020ce7b
commit ac26160821
2 changed files with 25 additions and 1 deletions
+9
View File
@@ -7,6 +7,15 @@ webuiPort: 3000
rpcPort: 5000
torrentPort: 50000
service:
type: ClusterIP
externalTrafficPolicy: ""
nodePorts:
webui: null
rpc: null
torrentTcp: null
torrentUdp: null
env:
PUID: "1001"
PGID: "1001"