From 6c808d4a0a4c290e393676a19ca4aab9b9a03ddd Mon Sep 17 00:00:00 2001 From: ATM Platform Date: Wed, 17 Jun 2026 15:30:12 +0000 Subject: [PATCH] feat(piloto): egress p/ monitoring:9090 (rateio consulta Prometheus) --- tenants/piloto/00-namespace-quota-netpol.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tenants/piloto/00-namespace-quota-netpol.yaml b/tenants/piloto/00-namespace-quota-netpol.yaml index 2a44c45..a3df5b4 100644 --- a/tenants/piloto/00-namespace-quota-netpol.yaml +++ b/tenants/piloto/00-namespace-quota-netpol.yaml @@ -69,3 +69,9 @@ spec: ports: - { protocol: UDP, port: 53 } - { protocol: TCP, port: 53 } + - to: + - namespaceSelector: + matchLabels: + kubernetes.io/metadata.name: monitoring + ports: + - { protocol: TCP, port: 9090 }