This commit is contained in:
2024-01-22 19:07:39 +01:00
parent eb413112cf
commit 339a9e7c9e
32 changed files with 127 additions and 191 deletions

View File

@@ -8,9 +8,9 @@ locals {
Authorization = "Bearer ${data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]}"
}
service = {
"name" = "prometheus-community-kube-alertmanager"
"name" = "alertmanager-operated"
"port" = {
"number" = 9090
"number" = 9093
}
}
}