add uptime-kuma to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:08:30 +00:00
parent ab6141becf
commit fdea7247ce
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,9 @@ module "tls_secret" {
resource "kubernetes_namespace" "uptime-kuma" {
metadata {
name = "uptime-kuma"
labels = {
"istio-injection" : "enabled"
}
}
}

Binary file not shown.