Skip to content

Commit 1527a83

Browse files
authored
fix: WAF - PLM: grammatical, branding and misc other fixes (#1240)
grammatical, branding and misc other fixes
1 parent 12e2a60 commit 1527a83

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

content/waf/install/kubernetes-plm.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ There are two new features available for Kubernetes through early access:
2222

2323
**Automated signature updates**, which can auto-update security signatures.
2424

25-
<!-- Policy lifecycle management (PLM) is a system for managing, compiling and deploying security policies in Kubernetes environments. -->
25+
This extends the WAF compiler capabilities by providing a native Kubernetes operator-based approach for policy orchestration.
2626

27-
They extends the WAF compiler capabilities by providing a native Kubernetes operator-based approach for policy orchestration.
28-
29-
These feature revolve around a _Policy Controller_ which uses the Kubernetes operator pattern to manage the lifecycle of WAF security artifacts.
27+
These features revolve around a _Policy Controller_ which uses the Kubernetes operator pattern to manage the lifecycle of WAF security artifacts.
3028

3129
It handles policy distribution at scale by removing manual steps and providing a declarative configuration model with Custom Resource Definitions (CRDs) for policies, logging profiles and signatures.
3230

@@ -239,11 +237,10 @@ To enable them, you must configure the Policy Controller settings in your `value
239237
namespace: <namespace>
240238
241239
appprotect:
242-
## Note: This option is useful if you use Nginx Ingress Controller for example.
243-
## Enable/Disable Nginx App Protect Deployment
240+
## Enable/Disable NGINX App Protect Deployment
244241
enable: true
245242
246-
## The number of replicas of the Nginx App Protect deployment
243+
## The number of replicas of the NGINX App Protect deployment
247244
replicas: 1
248245
249246
## Configure root filesystem as read-only and add volumes for temporary data
@@ -252,23 +249,23 @@ appprotect:
252249
## The annotations for deployment
253250
annotations: {}
254251
255-
## InitContainers for the Nginx App Protect pod
252+
## InitContainers for the NGINX App Protect pod
256253
initContainers: []
257254
# - name: init-container
258255
# image: busybox:latest
259256
# command: ['sh', '-c', 'echo this is initial setup!']
260257
261258
nginx:
262259
image:
263-
## The image repository of the Nginx App Protect WAF image you built
260+
## The image repository of the NGINX App Protect WAF image you built
264261
## This must reference the Docker image you built following the Docker deployment guide
265262
## Replace <your-private-registry> with your actual registry and update the image name/tag as needed
266263
repository: <your-private-registry>/nginx-app-protect-5
267-
## The tag of the Nginx image
264+
## The tag of the NGINX image
268265
tag: latest
269-
## The pull policy for the Nginx image
266+
## The pull policy for the NGINX image
270267
imagePullPolicy: IfNotPresent
271-
## The resources of the Nginx container.
268+
## The resources of the NGINX container.
272269
resources:
273270
requests:
274271
cpu: 10m
@@ -392,7 +389,7 @@ appprotect:
392389
# nginxKey: ""
393390
394391
config:
395-
## The name of the ConfigMap used by the Nginx container
392+
## The name of the ConfigMap used by the NGINX container
396393
name: nginx-config
397394
## The annotations of the configmap
398395
annotations: {}
@@ -509,13 +506,13 @@ appprotect:
509506
## Note: It is recommended that you specify your own certificate
510507
clientCACert: ""
511508
512-
## The extra volumes of the Nginx container
509+
## The extra volumes of the NGINX container
513510
volumes: []
514511
# - name: extra-conf
515512
# configMap:
516513
# name: extra-conf
517514
518-
## The extra volumeMounts of the Nginx container
515+
## The extra volumeMounts of the NGINX container
519516
volumeMounts: []
520517
# - name: extra-conf
521518
# mountPath: /etc/nginx/conf.d/extra.conf

0 commit comments

Comments
 (0)