Skip to content

Commit

Permalink
Add section breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Jan 8, 2025
1 parent b14b208 commit a1ca27d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/content/how-to/traffic-management/upstream-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ This guide will show you how to use the `UpstreamSettingsPolicy` API to configur

For all the possible configuration options for `UpstreamSettingsPolicy`, see the [API reference]({{< relref "reference/api.md" >}}).

---

## Before you begin

- [Install]({{< relref "/installation/" >}}) NGINX Gateway Fabric.
Expand All @@ -40,6 +42,8 @@ For all the possible configuration options for `UpstreamSettingsPolicy`, see the

{{< 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 >}}

---

## Setup

Create the `coffee` and `tea` example applications:
Expand Down Expand Up @@ -222,6 +226,8 @@ Server address: 10.244.0.9:8080
Server name: tea-76c7c85bbd-cf8nz
```

---

## Configure upstream zone size

To set the upstream zone size to 1 megabyte for both the `coffee` and `tea` services, create the following `UpstreamSettingsPolicy`:
Expand Down

0 comments on commit a1ca27d

Please sign in to comment.