fix: correct endpoint default to exclude system namespaces and revert configmap to proper user namespace filtering

This commit is contained in:
2025-10-06 16:33:23 -03:00
parent 0d6622ebfc
commit 32c074f9b8
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ data:
CRITICAL_NAMESPACES: '["openshift-monitoring", "openshift-ingress", "openshift-apiserver", "openshift-controller-manager", "openshift-sdn"]'
# Configurações de filtro de namespaces
INCLUDE_SYSTEM_NAMESPACES: "true"
INCLUDE_SYSTEM_NAMESPACES: "false"
SYSTEM_NAMESPACE_PREFIXES: '["kube-", "openshift-", "knative-", "default", "kube-system", "kube-public", "kube-node-lease"]'
# URL do Prometheus