This commit is contained in:
2024-01-26 18:38:15 +01:00
parent 5bf7d4cf10
commit 064774d10d
11 changed files with 950 additions and 911 deletions

View File

@@ -8,7 +8,7 @@ locals {
Authorization = "Bearer ${data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]}"
}
service = {
"name" = "${var.component}-${var.instance}"
"name" =
"port" = {
"number" = 80
}