Compare commits

...

2 commits

Author SHA1 Message Date
78029ea910
no delete for now 2024-08-29 06:29:05 -05:00
88e98fb833
bond needs static 2024-08-29 06:29:04 -05:00
2 changed files with 5 additions and 3 deletions

View file

@ -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"
] ]

View file

@ -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