Skip to content

Commit 942b295

Browse files
committed
Add small change on aws annotations
1 parent 134a049 commit 942b295

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,14 @@ Deploys NGINX Gateway Fabric with NGINX OSS.
9797
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf >}}/deploy/default/deploy.yaml
9898
```
9999

100-
To set up an AWS Network Load Balancer service, add these annotations to your Gateway infrastructure fields:
100+
To set up an AWS Network Load Balancer service, add these annotations to your Gateway infrastructure field:
101101

102102
```yaml
103-
service.beta.kubernetes.io/aws-load-balancer-type: "external"
104-
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
103+
spec:
104+
infrastructure:
105+
annotations:
106+
service.beta.kubernetes.io/aws-load-balancer-type: "external"
107+
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
105108
```
106109
107110
{{% /tab %}}

0 commit comments

Comments
 (0)