Skip to content

Commit

Permalink
Merge branch 'master' into newReference
Browse files Browse the repository at this point in the history
  • Loading branch information
lahabana committed Jul 4, 2023
2 parents a87cc0b + 57d52e9 commit d6e635f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/_src/policies/meshgatewayinstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ This `Deployment` deploys 2 replicas of `kuma-dp` and corresponding builtin gate
The control plane also creates a new `Service` to send network traffic to the builtin `Dataplane` pods.
The `Service` is of type `LoadBalancer`, and its ports are automatically adjusted to match the listeners on the corresponding `MeshGateway`.

{% tip %}
If you're not using the `default` `Mesh`, you'll need to _label_ the
`MeshGatewayInstance` using `kuma.io/mesh`.
{% endtip %}

## Customization

{% if_version lte:2.1.x %}
Expand Down
4 changes: 4 additions & 0 deletions app/docs/dev/generated/kuma-cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,8 @@ proxy:
# Sets the envoy runtime value to limit maximum number of incoming
# connections to a builtin gateway data plane proxy
globalDownstreamMaxConnections: 50000 # ENV: KUMA_PROXY_GATEWAY_GLOBAL_DOWNSTREAM_MAX_CONNECTIONS

tracing:
openTelemetry:
endpoint: "" # e.g. otel-collector:4317
```
4 changes: 4 additions & 0 deletions app/docs/dev/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -697,3 +697,7 @@ proxy:
# Sets the envoy runtime value to limit maximum number of incoming
# connections to a builtin gateway data plane proxy
globalDownstreamMaxConnections: 50000 # ENV: KUMA_PROXY_GATEWAY_GLOBAL_DOWNSTREAM_MAX_CONNECTIONS

tracing:
openTelemetry:
endpoint: "" # e.g. otel-collector:4317

0 comments on commit d6e635f

Please sign in to comment.