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.
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 tofalse
.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.