stafftastic / jitsu-chart

MIT License
14 stars 7 forks source link

Optionally enable/disable each microservice #39

Closed rodfsoares closed 4 months ago

rodfsoares commented 4 months ago

hello,

Similar issue to #32.

Each chart component has an enabled flag, but the 4 main microservices (i.e. console, bulker, ingest, rotor) are deployed even when set to false.

If we can prevent certain services from being deployed, this would allow folks to use this chart in a more customizable way: in my case, I want to use this chart to deploy the underlying dependencies (e.g. mongo, clickhouse) and leverage the excellent work you've done with the interdependencies (e.g. migrations, wait-for-it), but I want to deploy each microservice separately with my own chart.