This commit is contained in:
2024-01-26 12:56:06 +01:00
parent f859b06bee
commit ebbf704f85
13 changed files with 711 additions and 724 deletions

View File

@@ -15,19 +15,6 @@ locals {
}
}
# module "service" {
# source = "/dist/modules/service"
# component = var.component
# instance = var.instance
# namespace = var.namespace
# labels = local.common-labels
# target = "http"
# port = local.service.port.number
# providers = {
# kubectl = kubectl
# }
# }
module "ingress" {
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//ingress"
component = ""