Skip to main content
Version: 13.x (Current)

js-workload-configuration

The Control Plane Configuration is managed by a dedicated Config Map.

In the Config Map section of the Design Area, create a new Config Map (e.g. control-plane-configuration), then create a JSON file (e.g. config.json) where you will write your own configuration.

Microservice Configuration

To made the service aware of the Control Plane configuration, add a new environment variable called CONTROL_PLANE_CONFIG_PATH where you will use as value the full path of the configuration file inside your microservice.

tip

If the Control Plane is configured with both feedback and state as gRPC channels, the same Config Map can be shared across microservices.