diff --git a/infrastructure/metallb/patches/node-placement.yaml b/infrastructure/metallb/patches/node-placement.yaml index f520c37..c42ae99 100644 --- a/infrastructure/metallb/patches/node-placement.yaml +++ b/infrastructure/metallb/patches/node-placement.yaml @@ -25,22 +25,3 @@ spec: values: - rpi4 - 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