mirror of
https://github.com/alibaba/higress.git
synced 2026-02-23 12:10:53 +08:00
31 lines
784 B
JSON
31 lines
784 B
JSON
{
|
|
"@type": "type.googleapis.com/envoy.admin.v3.EndpointsConfigDump",
|
|
"staticEndpointConfigs": [{
|
|
"endpointConfig": {
|
|
"@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment",
|
|
"clusterName": "xds_cluster",
|
|
"endpoints": [{
|
|
"locality": {},
|
|
"lbEndpoints": [{
|
|
"endpoint": {
|
|
"address": {
|
|
"socketAddress": {
|
|
"address": "0.0.0.0",
|
|
"portValue": 18000
|
|
}
|
|
},
|
|
"healthCheckConfig": {},
|
|
"hostname": "higress"
|
|
},
|
|
"healthStatus": "HEALTHY",
|
|
"metadata": {},
|
|
"loadBalancingWeight": 1
|
|
}]
|
|
}],
|
|
"policy": {
|
|
"overprovisioningFactor": 140
|
|
}
|
|
}
|
|
}]
|
|
}
|