Added monitoring support

This commit is contained in:
2024-10-03 23:03:41 +02:00
parent 6c1d7f59b3
commit 325c105fe3
24 changed files with 10306 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
resource "kubernetes_namespace" "monitoring" {
metadata {
annotations = {
name = "monitoring"
}
labels = {
name = "monitoring"
}
name = "monitoring"
}
}