File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 252
252
253
253
After creating the Gateway resource, NGINX Gateway Fabric will provision an NGINX Pod and Service fronting it to route traffic.
254
254
255
- Save the public IP address and port of NGINX Gateway Fabric into shell variables :
255
+ Save the public IP address and port of the NGINX Service into shell variables :
256
256
257
257
` ` ` text
258
258
GW_IP=XXX.YYY.ZZZ.III
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ We have outlined a few best practices to keep in mind when using `SnippetsFilter
78
78
79
79
After creating the Gateway resource, NGINX Gateway Fabric will provision an NGINX Pod and Service fronting it to route traffic.
80
80
81
- - Save the public IP address and port of NGINX Gateway Fabric into shell variables:
81
+ - Save the public IP address and port of the NGINX Service into shell variables:
82
82
83
83
``` text
84
84
GW_IP=<ip address>
You can’t perform that action at this time.
0 commit comments