add city-guesser to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 20:36:00 +00:00
parent 310f5e5720
commit ee272cdc1e
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,9 @@ variable "tls_secret_name" {}
resource "kubernetes_namespace" "city-guesser" {
metadata {
name = "city-guesser"
labels = {
"istio-injection" : "enabled"
}
}
}

View file

@ -18,6 +18,7 @@ resource "kubernetes_namespace" "ingress_nginx" {
labels = {
"app.kubernetes.io/instance" = "ingress-nginx"
"app.kubernetes.io/name" = "ingress-nginx"
# "istio-injection" : "enabled"
}
}
}

Binary file not shown.