[ci skip] Remove ResourceQuota limits from nvidia and realestate-crawler namespaces

Add resource-governance/custom-quota=true label to both namespaces so
Kyverno skips auto-generating ResourceQuotas that were causing CPU pressure.
This commit is contained in:
Viktor Barzin 2026-02-22 23:14:53 +00:00
parent cf67e02135
commit 860077a126
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 5 additions and 3 deletions

View file

@ -12,7 +12,8 @@ resource "kubernetes_namespace" "nvidia" {
name = "nvidia"
labels = {
"istio-injection" : "disabled"
tier = var.tier
tier = var.tier
"resource-governance/custom-quota" = "true"
}
}
}