File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
docs/content/installation/integrations/app-protect-waf-v5 Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,25 @@ Add `waf-enforcer` image to the `containers` section:
310
310
...
311
311
```
312
312
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
+
313
332
### Using a Deployment
314
333
315
334
{{< include "installation/manifests/deployment.md" >}}
You can’t perform that action at this time.
0 commit comments