9 lines
200 B
HCL
9 lines
200 B
HCL
health_check_config = {
|
|
grpc = {
|
|
port = 1123
|
|
port_name = "grpc_port_name"
|
|
port_specification = "USE_FIXED_PORT"
|
|
service_name = "grpc_service_name"
|
|
}
|
|
}
|