add blog to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:57:04 +00:00
parent 55a06e31a5
commit 887299faba
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

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