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
Copy file name to clipboardExpand all lines: site/content/how-to/traffic-management/upstream-settings.md
+8-16Lines changed: 8 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ For all the possible configuration options for `UpstreamSettingsPolicy`, see the
40
40
GW_PORT=<port number>
41
41
```
42
42
43
+
- Lookup the name of the NGINX Gateway Fabric pod and save into shell variable:
44
+
45
+
```text
46
+
NGF_POD_NAME=<NGF Pod>
47
+
```
48
+
43
49
{{< note >}}In a production environment, you should have a DNS record for the external IP address that is exposed, and it should refer to the hostname that the gateway will forward for.{{< /note >}}
44
50
45
51
---
@@ -279,14 +285,7 @@ Status:
279
285
Events: <none>
280
286
```
281
287
282
-
Next, verify that the policy has been applied to the `coffee` and `tea` upstreams by inspecting the NGINX configuration.
283
-
To do this, first save the NGINX Gateway Fabric pod name in a shell variable:
284
-
285
-
```shell
286
-
NGF_POD_NAME=<NGF Pod>
287
-
```
288
-
289
-
Then, exec into the pod and print the NGINX configuration:
288
+
Next, verify that the policy has been applied to the `coffee` and `tea` upstreams by inspecting the NGINX configuration:
0 commit comments