Add cert checker module: implement Kubernetes resources, certificate validation logic, and deployment restart functionality

This commit is contained in:
2025-10-02 16:53:28 +02:00
parent e6a3f3affd
commit a412c96c46
15 changed files with 644 additions and 10 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
resource "kubernetes_namespace" "monitoring" {
resource "kubernetes_namespace" "prometheus" {
metadata {
name = "prometheus"
}
}
moved {
from = kubernetes_namespace.monitoring
to = kubernetes_namespace.prometheus
}