You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integrates NGINX and WAF components in a single pod
37
34
- Ideal for scalable, cloud-native environments
35
+
1.[Docker]({{< ref "/waf/install/docker.md" >}})
36
+
- NGINX and WAF components are deployed as containers
37
+
- Suitable for environments with multiple deployment stages
38
38
39
39
F5 WAF for NGINX is part of the [NGINX One](https://www.f5.com/products/nginx/one) premium packages and runs natively on [NGINX Plus](https://www.f5.com/products/nginx/nginx-plus) and [NGINX Ingress Controller](https://www.f5.com/products/nginx/nginx-ingress-controller).
The `<JWT Token>` argument should be the _contents_ of the file, not the file itself. Ensure there are no additional characters such as extra whitespace.
288
+
287
289
Once you have updated `values.yaml`, you can install F5 WAF for NGINX using `helm install`:
288
290
289
291
```shell
@@ -310,10 +312,10 @@ This table lists the configurable parameters of the F5 WAF for NGINX Helm chart
310
312
To understand the _mTLS Configuration_ options, view the [Secure traffic between NGINX and WAF enforcer]() topic.
The `<JWT Token>` argument should be the _contents_ of the file, not the file itself. Ensure there are no additional characters such as extra whitespace.
382
+
383
+
384
+
### Edit Manifest files
385
+
386
+
The default configuration provided creates two replicas, each hosting NGINX and WAF services together in a single Kubernetes pod.
387
+
388
+
Create all of these files in a single folder (Such as `/manifests`).
389
+
390
+
In each file, replace `<your-private-registry>/waf:<your-tag>` with your actual image tag.
391
+
392
+
393
+
{{< tabs name="manifest-files">}}
394
+
395
+
{{% tab name="waf-storage.yaml" %}}
396
+
397
+
{{< call-out "note">}}
398
+
399
+
This configuration uses a _hostPath_ backed persistent volume claim.
0 commit comments