test
This commit is contained in:
parent
d9c14ff8ac
commit
c70eb09a12
1 changed files with 6 additions and 6 deletions
|
@ -35,12 +35,12 @@ spec:
|
|||
skipRecheck: true,
|
||||
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
||||
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
||||
torznab: []
|
||||
// torznab: [
|
||||
// 8, // BLU
|
||||
// 10, // FL
|
||||
// 12, // FNP
|
||||
// ].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
||||
// torznab: []
|
||||
torznab: [
|
||||
8, // BLU
|
||||
10, // FL
|
||||
12, // FNP
|
||||
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
||||
};
|
||||
dataFrom:
|
||||
- extract:
|
||||
|
|
Loading…
Reference in a new issue