Skip to content

Commit 45d3f46

Browse files
authored
update waf v5 docs (#6407)
1 parent f6f0aaa commit 45d3f46

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/content/installation/integrations/app-protect-waf-v5/installation.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,25 @@ Add `waf-enforcer` image to the `containers` section:
310310
...
311311
```
312312
313+
### Update NIC container in deployment or daemonset
314+
315+
Add `volumeMounts` as below:
316+
317+
```yaml
318+
...
319+
- image: <my_docker_registery>:<version_tag>
320+
imagePullPolicy: IfNotPresent
321+
name: nginx-plus-ingress
322+
volumeMounts:
323+
- name: app-protect-bd-config
324+
mountPath: /opt/app_protect/bd_config
325+
- name: app-protect-config
326+
mountPath: /opt/app_protect/config
327+
- name: app-protect-bundles
328+
mountPath: /etc/app_protect/bundles
329+
...
330+
```
331+
313332
### Using a Deployment
314333
315334
{{< include "installation/manifests/deployment.md" >}}

0 commit comments

Comments
 (0)