Service Deployability

Tip: for this document, Service is synonymous with Component

You may have seen this warning on the DCP services list service_deployable

What Makes a Service Deployable?

The answer is very simple. For every Unified Pipeline component, we have a defined componentType. Each service type is recognized as "deployable" or "non-deployable", which is roughly established according to this chart.

How Do I Make a Non-Deployable Service Deployable?

The componentType configuration is stored in Muleteer. Here is an example configuration of a service with a deployable type (service).

  - githubRepository: mulesoft/deploy-systems
    productionStatus: nonProduction
    componentType: service

In order to change your component to a deployable componentType, go to Muleteer's repository, identify your product and component, and modify your component's configuration to be a deployable type.

➡️ The deployable types for DCP are listed here.


Version: 0.3.110
Last Updated: 2024-07-01T19:32:00+0000