Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Oct 16, 2024
1 parent eec1eb5 commit e3bca57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/main/apps/media/cross-seed/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ spec:
matchMode: "safe",
outputDir: "/config",
port: 80,
qbittorrentUrl: "http://qbittorrent.media.svc.cluster.local",
radarr: ["http://radarr.media.svc.cluster.local/?apikey={{ .RADARR_API_KEY }}"],
qbittorrentUrl: "http://qbittorrent.media.svc.cluster.local:10095",
radarr: ["http://radarr.media.svc.cluster.local:7878/?apikey={{ .RADARR_API_KEY }}"],
skipRecheck: true,
sonarr: ["http://sonarr.media.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
sonarr: ["http://sonarr.media.svc.cluster.local:8989/?apikey={{ .SONARR_API_KEY }}"],
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
torznab: [
88, // HUNO
89, // OTW
90, // FNP
].map(i => `http://prowlarr.media.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
].map(i => `http://prowlarr.media.svc.cluster.local:9696/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
};
dataFrom:
- extract:
Expand Down

0 comments on commit e3bca57

Please sign in to comment.