[ci skip] bump poison-fountain tier from aux to cluster (critical path for all ingress)
This commit is contained in:
parent
e50cfa1d19
commit
fd0c85c9cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue