Implement mail server

This commit is contained in:
2025-03-15 23:01:46 +01:00
parent d8011643be
commit 98f789d2c8
16 changed files with 703 additions and 9 deletions
@@ -0,0 +1,11 @@
resource "kubernetes_namespace" "monitoring" {
metadata {
annotations = {
name = "monitoring"
}
labels = {
name = "monitoring"
}
name = "monitoring"
}
}