Hello together,
Currently I am depoying a node app which consists of 3 (4) different docker containers. Each one is build with one dockerfile, but the are started with different npm commands.
npm start backend
npm start messaging
npm start scheduler
So for Kubernetes I would pass backend
, messaging
or scheduler
to as an argument to the pod.
But with the AutoDevOps Helm Chart I only got one deployment.
How do you handle sth. like this? “Forking” the chart an adding additional deployment manifest templates?
Maybe there are some of you having some experiences with this kind of deployments.
Regards,
Dominic