mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(unpackerr): Add config for sonarr/radarr/lidarr
This commit is contained in:
parent
762be73f5d
commit
2e1d50f875
2 changed files with 22 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue