fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
locals {
|
||||
dns-name = "${var.sub-domain}.${var.domain-name}"
|
||||
dns-names = [local.dns-name]
|
||||
icon = "/favicons/favicon-light-default.svg"
|
||||
service = {
|
||||
"name" = "${var.component}-server"
|
||||
"port" = {
|
||||
@@ -24,3 +25,15 @@ module "ingress" {
|
||||
kubectl = kubectl
|
||||
}
|
||||
}
|
||||
|
||||
module "application" {
|
||||
source = "/dist/modules/application"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
app-group = var.app-group
|
||||
dns-name = local.dns-name
|
||||
icon = local.icon
|
||||
providers = {
|
||||
authentik = authentik
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user