Configure gRPC Support
Example Target group request for gRPC support
{
“properties”: {
“name”: “grpc-target-group”,
“protocol”: “HTTP”,
"protocolVersion": "HTTP2",
“algorithm”: “ROUND_ROBIN”,
“targets”: [
{
“ip”: “10.10.10.10”,
“port”: 8000,
“weight”: 1
}
]
}
}Last updated
Was this helpful?