monitoring: classify logging/postgres/maintenance as infra

This commit is contained in:
Brad Stein 2026-01-11 23:52:40 -03:00
parent fcc0a49369
commit 21b9129abf

View File

@ -90,8 +90,11 @@ INFRA_NAMESPACES = [
"longhorn-system", "longhorn-system",
"metallb-system", "metallb-system",
"monitoring", "monitoring",
"logging",
"flux-system", "flux-system",
"traefik", "traefik",
"maintenance",
"postgres",
] ]
INFRA_REGEX = f"^({'|'.join(INFRA_NAMESPACES)})$" INFRA_REGEX = f"^({'|'.join(INFRA_NAMESPACES)})$"
# Namespaces allowed on control plane without counting as workloads # Namespaces allowed on control plane without counting as workloads