update endpoints

This commit is contained in:
2024-12-30 21:15:42 -06:00
parent 564cdf0a48
commit ff9ca690f5
2 changed files with 39 additions and 6 deletions

View File

@@ -25,7 +25,14 @@ spec:
remoteRef: remoteRef:
conversionStrategy: Default conversionStrategy: Default
decodingStrategy: None 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 metadataPolicy: None
property: key property: key
- secretKey: UN_RADARR_0_API_KEY - secretKey: UN_RADARR_0_API_KEY
@@ -42,6 +49,20 @@ spec:
key: /cl01tl/radarr5-4k/key key: /cl01tl/radarr5-4k/key
metadataPolicy: None metadataPolicy: None
property: key 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 - secretKey: UN_LIDARR_0_API_KEY
remoteRef: remoteRef:
conversionStrategy: Default conversionStrategy: Default

View File

@@ -19,23 +19,35 @@ unpackerr:
- name: UN_SONARR_0_URL - name: UN_SONARR_0_URL
value: http://sonarr4.sonarr4:80 value: http://sonarr4.sonarr4:80
- name: UN_SONARR_0_PATHS_0 - name: UN_SONARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/SONARR value: /mnt/store/Torrent/FINISHED/COMPLETED
- name: UN_SONARR_1_URL - name: UN_SONARR_1_URL
value: http://sonarr4-4k.sonarr4-4k:80 value: http://sonarr4-4k.sonarr4-4k:80
- name: UN_SONARR_1_PATHS_0 - 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 - name: UN_RADARR_0_URL
value: http://radarr5.radarr5:80 value: http://radarr5.radarr5:80
- name: UN_RADARR_0_PATHS_0 - name: UN_RADARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/RADARR value: /mnt/store/Torrent/FINISHED/COMPLETED
- name: UN_RADARR_1_URL - name: UN_RADARR_1_URL
value: http://radarr5-4k.radarr5-4k:80 value: http://radarr5-4k.radarr5-4k:80
- name: UN_RADARR_1_PATHS_0 - 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 - name: UN_LIDARR_0_URL
value: http://lidarr2.lidarr2:80 value: http://lidarr2.lidarr2:80
- name: UN_LIDARR_0_PATHS_0 - name: UN_LIDARR_0_PATHS_0
value: /mnt/store/Torrent/FINISHED/LIDARR value: /mnt/store/Torrent/FINISHED/COMPLETED
envFrom: envFrom:
- secretRef: - secretRef:
name: unpackerr-key-secret name: unpackerr-key-secret