metallb: run speaker on all nodes

This commit is contained in:
Brad Stein 2025-12-31 21:45:12 -03:00
parent b4ac308af8
commit 8e702f14db

View File

@ -25,22 +25,3 @@ spec:
values: values:
- rpi4 - rpi4
- rpi5 - rpi5
---
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: metallb-speaker
namespace: metallb-system
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: hardware
operator: In
values:
- rpi4
- rpi5