[ci skip] bump poison-fountain tier from aux to cluster (critical path for all ingress)

This commit is contained in:
Viktor Barzin 2026-03-01 13:57:54 +00:00
parent e50cfa1d19
commit fd0c85c9cc

View file

@ -7,7 +7,7 @@ resource "kubernetes_namespace" "poison_fountain" {
name = "poison-fountain"
labels = {
"istio-injection" = "disabled"
tier = local.tiers.aux
tier = local.tiers.cluster
}
}
}
@ -49,7 +49,7 @@ resource "kubernetes_deployment" "poison_fountain" {
namespace = kubernetes_namespace.poison_fountain.metadata[0].name
labels = {
app = "poison-fountain"
tier = local.tiers.aux
tier = local.tiers.cluster
}
}