Pyrrha-Platform / Pyrrha-Dashboard

This repository contains the next generation in-progress Pyrrha (created by Prometeo) solution dashboard based on the Carbon Design System and React.
Apache License 2.0
6 stars 7 forks source link

Update the Flask configuration to use a production configuration when deployed to Kube #141

Open krook opened 2 years ago

krook commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the Flask app for the main API uses a development configuration, which is good for local use. However, when it's merged into main and deployed to Kubernetes, it should use a different configuration and liveness probe.

Some of these configuration tasks are described in this blog post. The same should apply to the Node.js app for the authentication API.