From dd83134dd7c4123720eaa2b2b09ea1151ece2a0c Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 29 Jan 2022 14:34:54 +0100 Subject: [PATCH] feat(mointoring): Add monitoring network access label This patch adds a new label to the monitoring namespace, that is supposed to be used as part of network policies to grant network access to the namespaces that want to be monitored. This should help to properly confine the container networking. --- infrastructure/monitoring/namespace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/monitoring/namespace.yaml b/infrastructure/monitoring/namespace.yaml index da40b2df0..fec6a0a48 100644 --- a/infrastructure/monitoring/namespace.yaml +++ b/infrastructure/monitoring/namespace.yaml @@ -5,3 +5,4 @@ metadata: labels: name: monitoring-system kyverno.shivering-isles.com/class: "system" + monitoring.shivering-siles.com/network-access-required: "true" -- GitLab