add uptime-kuma to istio [ci skip]
This commit is contained in:
parent
ab6141becf
commit
fdea7247ce
2 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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue