move crowdsec to croe services [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-10 19:27:32 +00:00
parent d9ff014c5e
commit bba7ad4d63
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -552,7 +552,7 @@ module "nginx-ingress" {
module "crowdsec" {
source = "./crowdsec"
tier = local.tiers.cluster
tier = local.tiers.core
for_each = contains(local.active_modules, "crowdsec") ? { crowdsec = true } : {}
tls_secret_name = var.tls_secret_name
homepage_username = var.homepage_credentials["crowdsec"]["username"]