Skip to content

Commit

Permalink
Proxy config example description
Browse files Browse the repository at this point in the history
  • Loading branch information
boruszak committed Oct 30, 2023
1 parent 5b24e36 commit 7b1b91a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,13 +702,9 @@ Specifies the port the proxy listens on for outbound traffic to capture and redi

The following examples demonstrate common ProxyConfiguration CRD configuration patterns for specific use cases.

### Specific use case

Introduce examples clearly and help readers understand the connections
between the example snippet and the configuration element you are trying to
explain. Use phrases such as "In the following example, the `elem` performs
some action on a service named `service-name`".
### Set a timeout on a subset of proxies

The following example configures sidecar proxies scheduled with workloads whose names begin with `static-server-`. When these workloads attempt connections with the local `web` application, both requests and responses time out after 123 second.

```yaml
apiVersion: mesh.consul.hashicorp.com/v2beta1
Expand Down

0 comments on commit 7b1b91a

Please sign in to comment.