Compare commits
2 commits
6ef4308e32
...
78029ea910
Author | SHA1 | Date | |
---|---|---|---|
78029ea910 | |||
88e98fb833 |
2 changed files with 5 additions and 3 deletions
|
@ -75,7 +75,7 @@ spec:
|
||||||
"--exclude-category", "music",
|
"--exclude-category", "music",
|
||||||
"--exclude-tag", "added:24h",
|
"--exclude-tag", "added:24h",
|
||||||
"--include-tag", "unregistered",
|
"--include-tag", "unregistered",
|
||||||
# "--dry-run",
|
"--dry-run",
|
||||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||||
"--port", "80"
|
"--port", "80"
|
||||||
]
|
]
|
||||||
|
@ -87,7 +87,7 @@ spec:
|
||||||
"--exclude-category", "music",
|
"--exclude-category", "music",
|
||||||
"--include-tag", "expired", # defined in config.yaml
|
"--include-tag", "expired", # defined in config.yaml
|
||||||
"--include-tag", "added:7d",
|
"--include-tag", "added:7d",
|
||||||
# "--dry-run",
|
"--dry-run",
|
||||||
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
|
||||||
"--port", "80"
|
"--port", "80"
|
||||||
]
|
]
|
||||||
|
|
|
@ -25,7 +25,9 @@ nodes:
|
||||||
- mountpoint: /var/mnt/nvme1
|
- mountpoint: /var/mnt/nvme1
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: bond0
|
- interface: bond0
|
||||||
dhcp: true
|
dhcp: false
|
||||||
|
addresses:
|
||||||
|
- 10.1.1.61
|
||||||
bond:
|
bond:
|
||||||
mode: 802.3ad
|
mode: 802.3ad
|
||||||
xmitHashPolicy: layer3+4
|
xmitHashPolicy: layer3+4
|
||||||
|
|
Loading…
Reference in a new issue