diff --git a/infrastructure/metallb/kustomization.yaml b/infrastructure/metallb/kustomization.yaml
index 58fd710f5c5fd422c34e176cdd4da699865e72cd..cefbaf423df2b92bdf758d17794bbbfe7bfba5d6 100644
--- a/infrastructure/metallb/kustomization.yaml
+++ b/infrastructure/metallb/kustomization.yaml
@@ -7,7 +7,7 @@ resources:
   - release.yaml
   - ../../shared/networkpolicies/allow-from-same-namespace.yaml
   - ../../shared/networkpolicies/allow-from-monitoring.yaml
-  - ../../shared/networkpolicies/allow-from-kube-system.yaml
+  - ../../shared/networkpolicies/allow-from-all-namespaces.yaml
 patchesStrategicMerge:
   - networkpolicy.yaml
 configMapGenerator:
diff --git a/infrastructure/metallb/networkpolicy.yaml b/infrastructure/metallb/networkpolicy.yaml
index 3344f55a2de525e3291db492580541b8448b3c43..228c4472d4af9200b29d5e18776efe6ac12e8a84 100644
--- a/infrastructure/metallb/networkpolicy.yaml
+++ b/infrastructure/metallb/networkpolicy.yaml
@@ -12,7 +12,7 @@ spec:
 apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
-  name: allow-from-kube-system
+  name: allow-from-all-namespaces
 spec:
   podSelector:
     matchLabels: