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,
|
skipRecheck: true,
|
||||||
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
|
||||||
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
torrentDir: "/qbittorrent/qBittorrent/BT_backup",
|
||||||
torznab: []
|
// torznab: []
|
||||||
// torznab: [
|
torznab: [
|
||||||
// 8, // BLU
|
8, // BLU
|
||||||
// 10, // FL
|
10, // FL
|
||||||
// 12, // FNP
|
12, // FNP
|
||||||
// ].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
|
||||||
};
|
};
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
|
|
Loading…
Reference in a new issue