diff --git a/demo/demo-3-mlflow/.env b/demo/demo-3-mlflow/.env index f46e326..8fe8463 100644 --- a/demo/demo-3-mlflow/.env +++ b/demo/demo-3-mlflow/.env @@ -10,3 +10,6 @@ MINIO_STORAGE_BUCKET=mlflow # MLflow Configuration MLFLOW_PORT=5001 +## Ref: https://mlflow.org/docs/latest/api_reference/python_api/mlflow.environment_variables.h +## Explicitly set the allowed Host headers for the MLflow server to accept the ingress connections. +MLFLOW_SERVER_ALLOWED_HOSTS="mlflow,mlflow:5000,localhost:*,127.0.0.1:*" diff --git a/demo/demo-3-mlflow/README.md b/demo/demo-3-mlflow/README.md similarity index 100% rename from demo/demo-3-mlflow/README.md rename to demo/demo-3-mlflow/README.md