envoy.yaml27 lines · main
| 1 | dynamic_resources: |
| 2 | cds_config: |
| 3 | path_config_source: |
| 4 | path: /etc/envoy/cds.yaml |
| 5 | resource_api_version: V3 |
| 6 | lds_config: |
| 7 | path_config_source: |
| 8 | path: /etc/envoy/lds.yaml |
| 9 | resource_api_version: V3 |
| 10 | |
| 11 | node: |
| 12 | cluster: briven_cluster |
| 13 | id: briven_node |
| 14 | |
| 15 | overload_manager: |
| 16 | resource_monitors: |
| 17 | - name: envoy.resource_monitors.global_downstream_max_connections |
| 18 | typed_config: |
| 19 | '@type': >- |
| 20 | type.googleapis.com/envoy.extensions.resource_monitors.downstream_connections.v3.DownstreamConnectionsConfig |
| 21 | max_active_downstream_connections: 30000 |
| 22 | |
| 23 | admin: |
| 24 | address: |
| 25 | socket_address: |
| 26 | address: 127.0.0.1 |
| 27 | port_value: 9901 |