Disabled monitoring

This commit is contained in:
2024-12-12 20:05:32 +01:00
parent 09067f62b2
commit 8fec8d0039
7 changed files with 9 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
resource "kubernetes_namespace" "monitoring" {
metadata {
annotations = {
name = "monitoring"
}
labels = {
name = "monitoring"
}
name = "monitoring"
}
}