From 36c793a5fb05dcb68747ee3c79919de1b00c574f Mon Sep 17 00:00:00 2001 From: Flaminel Date: Sun, 16 Feb 2025 17:39:24 +0200 Subject: [PATCH] updated chart values --- chart/values.yaml | 28 +++++++++++++++++++++++++++- code/test/docker-compose.yml | 1 + 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 4d94f60..5262cd7 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -10,6 +10,9 @@ deployment: repository: ghcr.io/flmorg/cleanuperr tag: latest env: + - name: DRY_RUN + value: "false" + - name: LOGGING__LOGLEVEL value: Debug - name: LOGGING__FILE__ENABLED @@ -18,6 +21,7 @@ deployment: value: /var/logs - name: LOGGING__ENHANCED value: "true" + - name: TRIGGERS__QUEUECLEANER value: 0 0/5 * * * ? - name: TRIGGERS__CONTENTBLOCKER @@ -47,6 +51,9 @@ deployment: - name: CONTENTBLOCKER__DELETE_PRIVATE value: "false" + - name: DOWNLOADCLEANER__ENABLED + value: "false" + - name: DOWNLOAD_CLIENT value: qbittorrent - name: QBITTORRENT__URL @@ -75,6 +82,17 @@ deployment: value: http://service.radarr-low-res.svc.cluster.local - name: RADARR__INSTANCES__1__URL value: http://service.radarr-high-res.svc.cluster.local + + - name: NOTIFIARR__ON_IMPORT_FAILED_STRIKE + value: "true" + - name: NOTIFIARR__ON_STALLED_STRIKE + value: "true" + - name: NOTIFIARR__ON_QUEUE_ITEM_DELETED + value: "true" + - name: NOTIFIARR__ON_DOWNLOAD_CLEANED + value: "true" + - name: NOTIFIARR__CHANNEL_ID + value: "1340708411259748413" envFromSecret: - secretName: qbit-auth envs: @@ -94,6 +112,10 @@ deployment: key: RDRL_API_KEY - name: RADARR__INSTANCES__1__APIKEY key: RDRH_API_KEY + - secretName: notifiarr-auth + envs: + - name: NOTIFIARR__API_KEY + key: API_KEY resources: requests: cpu: 0m @@ -133,4 +155,8 @@ vaultSecrets: path: secrets/sonarr templates: SNRL_API_KEY: "{% .Secrets.low_api_key %}" - SNRH_API_KEY: "{% .Secrets.high_api_key %}" \ No newline at end of file + SNRH_API_KEY: "{% .Secrets.high_api_key %}" + - name: notifiarr-auth + path: secrets/notifiarr + templates: + API_KEY: "{% .Secrets.passthrough_api_key %}" \ No newline at end of file diff --git a/code/test/docker-compose.yml b/code/test/docker-compose.yml index 572a04d..be1f234 100644 --- a/code/test/docker-compose.yml +++ b/code/test/docker-compose.yml @@ -250,6 +250,7 @@ services: # - NOTIFIARR__ON_IMPORT_FAILED_STRIKE=true # - NOTIFIARR__ON_STALLED_STRIKE=true # - NOTIFIARR__ON_QUEUE_ITEM_DELETED=true + # - NOTIFIARR__ON_DOWNLOAD_CLEANED=true # - NOTIFIARR__API_KEY=notifiarr_secret # - NOTIFIARR__CHANNEL_ID=discord_channel_id volumes: