From 4bff2f07a17b4e597eff0faa27ad351aa3d6504f Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Fri, 28 Jun 2024 22:18:02 +0300 Subject: maybe this policy will fix it --- tools/monitoring/templates/network-policy.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tools/monitoring/templates/network-policy.yaml (limited to 'tools/monitoring') diff --git a/tools/monitoring/templates/network-policy.yaml b/tools/monitoring/templates/network-policy.yaml new file mode 100644 index 0000000..c7696cb --- /dev/null +++ b/tools/monitoring/templates/network-policy.yaml @@ -0,0 +1,17 @@ +apiVersion: networking.k8s.io/v1 +kind: NetworkPolicy +metadata: + name: allow-all-internal + namespace: monitoring +spec: + podSelector: {} + policyTypes: + - Ingress + - Egress + ingress: + - from: + - podSelector: {} + egress: + - to: + - podSelector: {} + -- cgit 1.4.1-2-gfad0