Skip to content

Standardize gRPC ports to 50051 in Terraform config #68

Description

@rowan-stein

User Request

Standardize all gRPC services to use port 50051 (de facto gRPC convention).

Changes in stacks/platform/main.tf

docker-runner values

  1. env DOCKER_RUNNER_PORT — change from "7071" to "50051"
  2. service.ports[grpc].port — change from 7071 to 50051
  3. containerPorts[grpc].containerPort — change from 7071 to 50051

platform-server values

  1. env DOCKER_RUNNER_GRPC_PORT — change from "7071" to "50051"
  2. env DOCKER_RUNNER_PORT — change from "7071" to "50051"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions