diff --git a/infrastructure/starboard/kustomization.yaml b/infrastructure/starboard/kustomization.yaml
index aa20e1fc5157006158a3aeb351ac72ac94e6ca4b..cbeaece97127d0040772350a5d23315c55f03f9b 100644
--- a/infrastructure/starboard/kustomization.yaml
+++ b/infrastructure/starboard/kustomization.yaml
@@ -6,7 +6,7 @@ resources:
   - repository.yaml
   - release.yaml
   - monitoring.yaml
-  - ../../shared/networkpolicies/allow-from-ingress.yaml
+  - ../../shared/networkpolicies/allow-from-same-namespace.yaml
   - ../../shared/networkpolicies/allow-from-monitoring.yaml
 patchesStrategicMerge:
   - networkpolicy.yaml
diff --git a/infrastructure/starboard/networkpolicy.yaml b/infrastructure/starboard/networkpolicy.yaml
index a268d31e2e20b412375bade5ea59778290851e75..ccec8a45b69bca6abd13b5ac5f04591db26ac85b 100644
--- a/infrastructure/starboard/networkpolicy.yaml
+++ b/infrastructure/starboard/networkpolicy.yaml
@@ -2,7 +2,7 @@
 apiVersion: networking.k8s.io/v1
 kind: NetworkPolicy
 metadata:
-  name: allow-from-ingress
+  name: allow-from-monitoring
 spec:
   podSelector:
     matchExpressions: