Skip to content

Commit

Permalink
update waf v5 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel committed Sep 12, 2024
1 parent f6f0aaa commit 6498bd4
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,25 @@ Add `waf-enforcer` image to the `containers` section:
...
```
### Update NIC container in deployment or daemonset
Add `volumeMounts` as below:
```yaml
...
- image: <my_docker_registery>:<version_tag>
imagePullPolicy: IfNotPresent
name: nginx-plus-ingress
volumeMounts:
- name: app-protect-bd-config
mountPath: /opt/app_protect/bd_config
- name: app-protect-config
mountPath: /opt/app_protect/config
- name: app-protect-bundles
mountPath: /etc/app_protect/bundles
...
```
### Using a Deployment
{{< include "installation/manifests/deployment.md" >}}
Expand Down

0 comments on commit 6498bd4

Please sign in to comment.