Skip to content

Commit 713c270

Browse files
committed
Add manifest instructions
1 parent 5454a00 commit 713c270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/content/configuration/security.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NGINX Ingress Controller is designed to be resilient against attacks in various
4141

4242
This is not enabled by default, but can be enabled with **Helm** using the [**controller.readOnlyRootFilesystem**]({{< relref "installation/installing-nic/installation-with-helm.md#configuration" >}}) argument, and in security contexts in both: `waf_enforcer` [**controller.appprotect.enforcer.securityContext{}**]({{ < relref "installation/installing-nic/installation-with-helm.md#configuration" >}}) and `waf_config_mgr` [**controller.appprotect.configManager.securityContext{}**]({{ < relref "installation/installing-nic/installation-with-helm.md#configuration" >}}).
4343

44-
For **Manifests**, uncomment the following sections of the deployment:
44+
For **Manifests**, uncomment the following sections of the deployment and add sections for `waf_enforcer` and `waf_config_mgr` containers:
4545

4646
- `readOnlyRootFilesystem: true`
4747
- The entire **volumeMounts** section
@@ -77,7 +77,6 @@ The block below shows the code you will look for:
7777
# name: nginx-log
7878
```
7979

80-
8180
### Prometheus
8281

8382
If Prometheus metrics are [enabled]({{< relref "/logging-and-monitoring/prometheus.md" >}}), we recommend [using HTTPS]({{< relref "configuration/global-configuration/command-line-arguments.md#cmdoption-prometheus-tls-secret" >}}).

0 commit comments

Comments
 (0)