You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ controller:
82
82
## Appsec configuration, optional.
83
83
## Remove this section if not using appsec
84
84
- name: APPSEC_URL
85
-
value: "http://appsec-service.crowdsec.svc.cluster.local:7422"# if using our helm chart, and running the appsec in the "crowdsec" namespace
85
+
value: "http://crowdsec-appsec-service.crowdsec.svc.cluster.local:7422"# if using our helm chart with "crowdsec" release name, and running the appsec in the "crowdsec" namespace
86
86
- name: APPSEC_FAILURE_ACTION
87
87
value: passthrough # What to do if the appsec is down, optional
88
88
- name: APPSEC_CONNECT_TIMEOUT # connection timeout to the appsec, in ms, optionial
@@ -369,7 +369,7 @@ APPSEC_URL=http://<ip>:<port>
369
369
370
370
If set, enable appsec mode and forward the request to this endpoint for analysis.
371
371
372
-
Use `http://appsec-service.crowdsec.svc.cluster.local:7422` if you are using our helm chart to deploy crowdsecin the `crowdsec` namespace
372
+
Use `http://crowdsec-appsec-service.crowdsec.svc.cluster.local:7422` if using our helm chart with `crowdsec` release name, and running the appsec in the `crowdsec` namespace.
0 commit comments