Skip to content

Update mlflow to use uvicorn by default instead of gunicorn #36448

@nickBes

Description

@nickBes

Name and Version

bitnami/mlflow 5.1.17

What is the problem this feature will solve?

The MLflow chart runs the Flask API via Gunicorn by default, but the Flask app does not include the OTEL and gateway routers. As a result, these routes are unavailable when using the chart. There is also no chart option to override or customize the Gunicorn/Flask app configuration to enable these routers.

What is the feature you are proposing to solve the problem?

Replace gunicorn with uvicorn

What alternatives have you considered?

Support both

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions