add nginx ignress bouncer to ingress controller [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-25 13:33:03 +00:00
parent e6ff305574
commit aa324ef1d5
5 changed files with 88 additions and 5 deletions

View file

@ -66,7 +66,6 @@ resource "helm_release" "crowdsec" {
chart = "crowdsec"
values = [templatefile("${path.module}/values.yaml", {})]
# values = [templatefile("${path.module}/rowdsec-ingress-bouncer.yaml", {})]
}
# resource "kubernetes_ingress_v1" "metabase" {