mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
chore: Update service configuration to support NodePort and LoadBalancer types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user