Skip to content

Commit 31cae72

Browse files
committed
Fix appsec service name with helm
1 parent 608624c commit 31cae72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdsec-docs/unversioned/bouncers/ingress-nginx.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ controller:
8282
## Appsec configuration, optional.
8383
## Remove this section if not using appsec
8484
- 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
8686
- name: APPSEC_FAILURE_ACTION
8787
value: passthrough # What to do if the appsec is down, optional
8888
- name: APPSEC_CONNECT_TIMEOUT # connection timeout to the appsec, in ms, optionial
@@ -369,7 +369,7 @@ APPSEC_URL=http://<ip>:<port>
369369

370370
If set, enable appsec mode and forward the request to this endpoint for analysis.
371371

372-
Use `http://appsec-service.crowdsec.svc.cluster.local:7422` if you are using our helm chart to deploy crowdsec in 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.
373373

374374
### `APPSEC_FAILURE_ACTION`
375375
> passthrough | deny

0 commit comments

Comments
 (0)