mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Fix crowdsec nginx
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user