-
Notifications
You must be signed in to change notification settings - Fork 45
Dev/consolidate services #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an inconsistency in naming here: on one hand, you have minimalDeployment
, and on the other, local-dev
and LOCAL_DEV_ENV
. It would be better to keep the naming consistent to avoid confusion later.
Also, I think minimalDeployment
is a better choice than local-dev
, since someone might want to run this on a small production server with minimal traffic.
📝 Description
When running services using skaffold dev, consolidate different microservices into singular deployment
https://github.com/renderedtext/project-tasks/issues/2417
✅ Checklist