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",
"metallb-system",
"monitoring",
"logging",
"flux-system",
"traefik",
"maintenance",
"postgres",
]
INFRA_REGEX = f"^({'|'.join(INFRA_NAMESPACES)})$"
# Namespaces allowed on control plane without counting as workloads