rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

changing CMD (as not working in kubernetes) #213

Open dineshkumar181094 opened 3 years ago

dineshkumar181094 commented 3 years ago

[ ] I'm submitting a template app

[X ] I'm submitting a platform

dineshkumar181094 commented 3 years ago

There are issues with running gunicorn servers in Kubernetes as we limit the number of cores and memory. Always seeing worker timeout issues on when deployed on kubernetes People usually use Nginx or some other ingress controller as webserver so, gunicron is not required. We can add it as docker-compose if people want to deploy it on any computing machine.