There are two issues with the examples given in https://docs.crowdsec.net/u/bouncers/ingress-nginx/ page.
- appsec service name do not match service name deployed by the helm chart
- Environment variables in example are passed as numbers and boolean which are not accepted by Kubernetes (only strings allowed).