Skip to content

Commit

Permalink
Remove DNS note and TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-osborn committed Jun 4, 2024
1 parent 6b1e8ec commit d0604cc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions site/content/how-to/traffic-management/client-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ When applied to a Gateway, the settings specified in the `ClientSettingsPolicy`
When applied to an HTTPRoute or GRPCRoute, the settings in the `ClientSettingsPolicy` affect only the route they are applied to. This allows Application Developers to set values for their applications based on their application's behavior or requirements.
Settings applied to an HTTPRoute or GRPCRoute take precedence over settings applied to a Gateway.

TODO: link to general doc on policy inheritance

This guide will show you how to use the `ClientSettingsPolicy` API to configure the client max body size for your applications.

## Setup
Expand Down Expand Up @@ -64,8 +62,6 @@ This guide will show you how to use the `ClientSettingsPolicy` API to configure

You can send traffic to the coffee and tea applications using the external IP address and port for NGINX Gateway Fabric.

{{< note >}}If you have a DNS record allocated for `cafe.example.com`, you can send the request directly to that hostname, without needing to resolve.{{< /note >}}

Send a request to coffee:

```shell
Expand Down Expand Up @@ -276,8 +272,3 @@ spec:
maxSize: "75" # sizes without a unit are bytes.
EOF
```

## What's Next

- TODO: add link to general policy doc
- TODO: add like to API documentation

0 comments on commit d0604cc

Please sign in to comment.