Please note that this Helmfile is uncomplete, it lacks services as redis, celery, mail ... which are declared in the Docker Compose file but not yet used in development and production images. Thus, to run the Desk Helm chart, we only add a postgres database to run the Django backend server, and apply migrations. For now, this Helmfile is quite hard to test in dev environment, because the frontend redirects automatically to the SSO login page. We cannot really assess if backend and frontend are working properly. We might adjust some configurations after the first deployment in stagging. (We are a bit in rush, to respect the current sprint deadline.) Development values points https://desk.127.0.0.1.nip.io URL. Please note that the frontend image for now has been built with this URL for the backend address. Meaning that we either need to rebuild and publish a frontend image with the staging URL when deploying the project, or enhance our frontend image, to pass the backend URL at runtime.