codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Warn when creating service with 0 containers #268

Open aballman opened 6 years ago

aballman commented 6 years ago

Describe the bug When creating a new service for a project, the default is to specify 0 containers. If you are hurriedly building a service it is easy to forget that the container count is 0. We should warn the user if in this scenario. Sometime this is intended but most cases it probably is an incorrect configuration.