Skip to content

Commit

Permalink
Merge branch 'main' into fix/udp-http-listener-validation-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx authored Sep 13, 2024
2 parents 0637f16 + 45d3f46 commit c86a627
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 c86a627

Please sign in to comment.