Fix crowdsec nginx

This commit is contained in:
2025-10-05 09:25:33 +11:00
parent 4887bc6c62
commit 2dd226fdb8
+4 -3
View File
@@ -163,9 +163,10 @@ resource "helm_release" "crowdsec" {
# Monitor NGINX Ingress Controller logs and SSH logs
acquisition = [
{
namespace = "ingress-nginx"
podName = "ingress-nginx-controller-*"
program = "nginx"
namespace = "ingress-nginx"
podName = "ingress-nginx-controller-*"
program = "nginx"
poll_without_inotify = true # Container logs are symlinks, need polling
}
]