File tree 1 file changed +6
-3
lines changed
content/ngf/installation/installing-ngf
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,14 @@ Deploys NGINX Gateway Fabric with NGINX OSS.
97
97
kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v{{< version-ngf > }}/deploy/default/deploy.yaml
98
98
```
99
99
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 :
101
101
102
102
``` 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"
105
108
` ` `
106
109
107
110
{{% /tab %}}
You can’t perform that action at this time.
0 commit comments