Skip to content

Commit

Permalink
Example
Browse files Browse the repository at this point in the history
  • Loading branch information
boruszak committed Oct 27, 2023
1 parent fa00cb7 commit ee7e4a8
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,5 +711,20 @@ some action on a service named `service-name`".


```yaml
[Example goes here]
apiVersion: mesh.consul.hashicorp.com/v2beta1
kind: ProxyConfiguration
metadata:
name: static-server-override-one
spec:
workloads:
prefixes:
- "static-server-"
bootstrapConfig:
statsBindAddr: "127.0.0.1:6666"
dynamicConfig:
# Only the web port should be enabled using the TPs
localConnection:
web:
connectTimeout: "123s" # This ALWAYS has to end in 's'. If you want ms, you need to use "0.123s"
requestTimeout: "123s"
```

0 comments on commit ee7e4a8

Please sign in to comment.