add city-guesser to istio [ci skip]
This commit is contained in:
parent
310f5e5720
commit
ee272cdc1e
3 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ variable "tls_secret_name" {}
|
|||
resource "kubernetes_namespace" "city-guesser" {
|
||||
metadata {
|
||||
name = "city-guesser"
|
||||
labels = {
|
||||
"istio-injection" : "enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue