add uptime-kuma to istio [ci skip]
This commit is contained in:
parent
758b69e0a4
commit
284c6654ca
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ module "tls_secret" {
|
||||||
resource "kubernetes_namespace" "uptime-kuma" {
|
resource "kubernetes_namespace" "uptime-kuma" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "uptime-kuma"
|
name = "uptime-kuma"
|
||||||
|
labels = {
|
||||||
|
"istio-injection" : "enabled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue