Skip to content

Introduce service-specific runway.yml

Shinya Maeda requested to merge sm-support-container-port into main

What

This MR introduces service-specific runway.yml, which overlays on the global runway.yml file. See the documentation or the demonstration in the Runway APAC sync meeting at 21st Sep for more information.

Example:

.runway/test-backend-9fggjo/runway.yml

spec:
  container_port: 3000

.runway/test-frontend-kb1o45/runway.yml

spec:
  container_port: 8080

Related to Allow Service project to customize CD workflow (team#36 - closed)

Why

Currently, all containers are exposed to 8080. But some of the services are exposed to the other port.

See https://gitlab.slack.com/archives/C05G970PHSA/p1694664478697719

Edited by Shinya Maeda

Merge request reports