diff --git a/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml b/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml index 4b09d005e..5a114caff 100644 --- a/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml +++ b/clusters/cl01tl/platform/unpackerr/templates/external-secret.yaml @@ -25,7 +25,14 @@ spec: remoteRef: conversionStrategy: Default decodingStrategy: None - key: /cl01tl/sonar4-4k/key + key: /cl01tl/sonarr4-4k/key + metadataPolicy: None + property: key + - secretKey: UN_SONARR_2_API_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /cl01tl/sonarr4-anime/key metadataPolicy: None property: key - secretKey: UN_RADARR_0_API_KEY @@ -42,6 +49,20 @@ spec: key: /cl01tl/radarr5-4k/key metadataPolicy: None property: key + - secretKey: UN_RADARR_2_API_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /cl01tl/radarr5-anime/key + metadataPolicy: None + property: key + - secretKey: UN_RADARR_3_API_KEY + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /cl01tl/radarr5-standup/key + metadataPolicy: None + property: key - secretKey: UN_LIDARR_0_API_KEY remoteRef: conversionStrategy: Default diff --git a/clusters/cl01tl/platform/unpackerr/values.yaml b/clusters/cl01tl/platform/unpackerr/values.yaml index 8c2f3aaa8..a8653d7ed 100644 --- a/clusters/cl01tl/platform/unpackerr/values.yaml +++ b/clusters/cl01tl/platform/unpackerr/values.yaml @@ -19,23 +19,35 @@ unpackerr: - name: UN_SONARR_0_URL value: http://sonarr4.sonarr4:80 - name: UN_SONARR_0_PATHS_0 - value: /mnt/store/Torrent/FINISHED/SONARR + value: /mnt/store/Torrent/FINISHED/COMPLETED - name: UN_SONARR_1_URL value: http://sonarr4-4k.sonarr4-4k:80 - name: UN_SONARR_1_PATHS_0 - value: /mnt/store/Torrent/FINISHED/SONARR4K + value: /mnt/store/Torrent/FINISHED/COMPLETED + - name: UN_SONARR_2_URL + value: http://sonarr4-anime.sonarr4-anime:80 + - name: UN_SONARR_2_PATHS_0 + value: /mnt/store/Torrent/FINISHED/COMPLETED - name: UN_RADARR_0_URL value: http://radarr5.radarr5:80 - name: UN_RADARR_0_PATHS_0 - value: /mnt/store/Torrent/FINISHED/RADARR + value: /mnt/store/Torrent/FINISHED/COMPLETED - name: UN_RADARR_1_URL value: http://radarr5-4k.radarr5-4k:80 - name: UN_RADARR_1_PATHS_0 - value: /mnt/store/Torrent/FINISHED/RADARR4K + value: /mnt/store/Torrent/FINISHED/COMPLETED + - name: UN_RADARR_2_URL + value: http://radarr5-anime.radarr5-anime:80 + - name: UN_RADARR_2_PATHS_0 + value: /mnt/store/Torrent/FINISHED/COMPLETED + - name: UN_RADARR_3_URL + value: http://radarr5-standup.radarr5-standup:80 + - name: UN_RADARR_3_PATHS_0 + value: /mnt/store/Torrent/FINISHED/COMPLETED - name: UN_LIDARR_0_URL value: http://lidarr2.lidarr2:80 - name: UN_LIDARR_0_PATHS_0 - value: /mnt/store/Torrent/FINISHED/LIDARR + value: /mnt/store/Torrent/FINISHED/COMPLETED envFrom: - secretRef: name: unpackerr-key-secret