feat(qbittorrent): Add Unpackerr
This commit is contained in:
parent
01b2c16517
commit
140ac4689f
4 changed files with 67 additions and 0 deletions
|
|
@ -36,3 +36,15 @@ data:
|
|||
PGID: "1000"
|
||||
QBT_LEGAL_NOTICE: confirm
|
||||
QBT_WEBUI_PORT: "8112"
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: unpackerr-envs
|
||||
data:
|
||||
PUID: "1000"
|
||||
PGID: "1000"
|
||||
TZ: Europe/Amsterdam
|
||||
UN_FOLDER_0_PATH: /shared/media/downloads
|
||||
UN_RADARR_0_URL: http://radarr.radarr.svc.cluster.local
|
||||
UN_SONARR_0_URL: http://sonarr.sonarr.svc.cluster.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue