This commit is contained in:
2024-01-22 17:54:22 +01:00
parent c34f92d49d
commit 8dcc056fe8
39 changed files with 282 additions and 109 deletions

View File

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