User Request
Standardize all gRPC services to use port 50051 (de facto gRPC convention).
Changes in stacks/platform/main.tf
docker-runner values
- env
DOCKER_RUNNER_PORT — change from "7071" to "50051"
service.ports[grpc].port — change from 7071 to 50051
containerPorts[grpc].containerPort — change from 7071 to 50051
platform-server values
- env
DOCKER_RUNNER_GRPC_PORT — change from "7071" to "50051"
- env
DOCKER_RUNNER_PORT — change from "7071" to "50051"
User Request
Standardize all gRPC services to use port
50051(de facto gRPC convention).Changes in
stacks/platform/main.tfdocker-runner values
DOCKER_RUNNER_PORT— change from"7071"to"50051"service.ports[grpc].port— change from7071to50051containerPorts[grpc].containerPort— change from7071to50051platform-server values
DOCKER_RUNNER_GRPC_PORT— change from"7071"to"50051"DOCKER_RUNNER_PORT— change from"7071"to"50051"