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
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The Ingress nginx controller should be installed using the [official helm chart]
53
53
54
54
### Using Helm
55
55
56
-
First you need to create new ingress-nginx chart values file (`crowdsec-ingress-bouncer.yaml`) to upgrade the ingress controller with the crowdsec plugin.
56
+
First you need to create new ingress-nginx chart values file (`crowdsec-ingress-values.yaml`) to upgrade the ingress controller with the crowdsec plugin.
57
57
58
58
:::warning
59
59
@@ -124,15 +124,35 @@ controller:
124
124
resolver local=on ipv6=off;
125
125
```
126
126
127
-
This values upgrade your ingress deployment to add crowdsec lua lib as a plugin and run with the ingress controller.
128
-
It used [this docker image](https://hub.docker.com/r/crowdsecurity/lua-bouncer-plugin) to copy the crowdsec lua library.
127
+
<details>
128
+
<summary>You already have a deployed ingress nginx</summary>
129
129
130
-
Once you have this patch we can upgrade the ingress-nginx chart.
130
+
This values.yaml upgrade your ingress deployment to add crowdsec lua lib as a
131
+
plugin and run with the crowdsec maintained nginx ingress controller with lua
132
+
support. It uses [this docker
133
+
image](https://hub.docker.com/r/crowdsecurity/lua-bouncer-plugin) to copy the
134
+
crowdsec lua library. You can upgrade the ingress-nginx using this `crowdsec-ingress-values.yaml`
0 commit comments