add rybbit monitoring to ingresses [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-18 08:53:16 +00:00
parent ca19b6b05b
commit 7afd3e758e
26 changed files with 210 additions and 50 deletions

View file

@ -66,7 +66,7 @@ resource "helm_release" "crowdsec" {
create_namespace = true
name = "crowdsec"
atomic = true
version = "0.19.4"
version = "0.21.0"
repository = "https://crowdsecurity.github.io/helm-charts"
chart = "crowdsec"
@ -172,5 +172,6 @@ module "ingress" {
}
EOF
}
rybbit_site_id = "d09137795ccc"
}