From af2a9f85501f3af316460ff531a2b1d642f0478b Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 7 Feb 2023 02:53:22 +0100
Subject: [PATCH] fix(monitoring): Fixup missing save of changed file

---
 infrastructure/monitoring/networkpolicy.yaml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/infrastructure/monitoring/networkpolicy.yaml b/infrastructure/monitoring/networkpolicy.yaml
index a89cc85a0..460c09edf 100644
--- a/infrastructure/monitoring/networkpolicy.yaml
+++ b/infrastructure/monitoring/networkpolicy.yaml
@@ -12,19 +12,3 @@ spec:
           - alertmanager
           - grafana
           - prometheus
----
-apiVersion: projectcalico.org/v3
-kind: NetworkPolicy
-metadata:
-  name: allow-controlplane
-spec:
-  selector: app.kubernetes.io/instance == 'kube-prometheus-stack'
-  ingress:
-  - action: Allow
-    protocol: TCP
-    source:
-      selector: has(node-role.kubernetes.io/control-plane)
-      namespaceSelector: global()
-    destination:
-      ports:
-      - 10250
\ No newline at end of file
-- 
GitLab