Fix fornax service port and add qBittorrent worker env vars
- fornax service: targetPort 8080→3000 (Express listens on 3000, not 8080) This was silently dropping all Radarr/Sonarr requests - coordinator deployment: add QBT_WORKER_ADDRS, QBT_USER, QBT_PASS so /api/ui/state can query real worker qBittorrent instances - remove Python coordinator ConfigMap and Deployment (superseded)
This commit is contained in:
@@ -29,6 +29,12 @@ spec:
|
||||
value: "3000"
|
||||
- name: NODE_ENV
|
||||
value: production
|
||||
- name: QBT_WORKER_ADDRS
|
||||
value: "tx253:TX-253:fornax-worker-tx253.media.svc:8080,tx34:TX-34:fornax-worker-tx34.media.svc:8080"
|
||||
- name: QBT_USER
|
||||
value: "admin"
|
||||
- name: QBT_PASS
|
||||
value: "adminadmin"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: fornax-coordinator-secrets
|
||||
|
||||
Reference in New Issue
Block a user