Compare commits
No commits in common. "78029ea910cefc9016f0a021c53fdbf0550e8dbc" and "6ef4308e321bd26dbd947688429ae18a2e0f5c8f" have entirely different histories.
78029ea910
...
6ef4308e32
2 changed files with 3 additions and 5 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,9 +25,7 @@ nodes:
|
||||||
- mountpoint: /var/mnt/nvme1
|
- mountpoint: /var/mnt/nvme1
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: bond0
|
- interface: bond0
|
||||||
dhcp: false
|
dhcp: true
|
||||||
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