change(unpackerr): Add config for sonarr/radarr/lidarr

This commit is contained in:
nold 2023-01-25 17:03:34 +01:00
parent 762be73f5d
commit 2e1d50f875
2 changed files with 22 additions and 3 deletions

View file

@ -70,3 +70,9 @@ apps:
- noRoot
- tmpdirs
- ingress-internal
secrets:
- name: unpackerr-config
keys:
- UN_LIDARR_0_API_KEY
- UN_RADARR_0_API_KEY
- UN_SONARR_0_API_KEY

View file

@ -3,9 +3,22 @@ image:
tag: 0.10.1
env:
UN_FOLDER_0_PATH: /downloads
UN_FOLDER_0_DELETE_AFTER: "0"
UN_FOLDER_0_MOVE_BACK: "true"
#UN_FOLDER_0_PATH: /downloads
#UN_FOLDER_0_DELETE_AFTER: "0"
#UN_FOLDER_0_MOVE_BACK: "true"
UN_SONARR_0_URL: http://sonarr.sonarr.svc.cluster.local:8989
UN_RADARR_0_URL: http://radarr.radarr.svc.cluster.local:7878
UN_LIDARR_0_URL: http://lidarr.lidarr.svc.cluster.local:8686
## Via Secret:
# UN_LIDARR_0_API_KEY:
# UN_RADARR_0_API_KEY:
# UN_SONARR_0_API_KEY:
envFrom:
- secretRef:
name: unpackerr-config
ingress:
main: