Skip to content

Commit 45b70e1

Browse files
authored
Update aws nlb manifests installation (#543)
1 parent 9f714b9 commit 45b70e1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/ngf/installation/installing-ngf/manifests.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,17 @@ kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{
9191

9292
{{%tab name="AWS NLB"%}}
9393

94-
Deploys NGINX Gateway Fabric with NGINX OSS and an AWS Network Load Balancer service.
94+
Deploys NGINX Gateway Fabric with NGINX OSS.
9595

9696
```shell
97-
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/aws-nlb/deploy.yaml
97+
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/default/deploy.yaml
98+
```
99+
100+
To set up an AWS Network Load Balancer service, add these annotations to your Gateway infrastructure fields:
101+
102+
```yaml
103+
service.beta.kubernetes.io/aws-load-balancer-type: "external"
104+
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
98105
```
99106
100107
{{% /tab %}}

0 commit comments

Comments
 (0)