I'm not happy with the current structure of this helm chart. Currently, there's one chart with a set of others pulled in as dependency charts. This works great as a first step but there's other options. I've listed my preferences below:
- Have a single chart with a
Deployment resource for each microservice
- Leave everything as-is.
- One chart for each service and leave composition (incl pointing to databases and brokers) up to the deploying party. Could leave people to deploy each multiple times which is obviously stupid.
I'm not happy with the current structure of this helm chart. Currently, there's one chart with a set of others pulled in as dependency charts. This works great as a first step but there's other options. I've listed my preferences below:
Deploymentresource for each microservice