SIENTIAPDE-1646

Update values.yaml and connectors_config.py for runtime and environment variable changes

- Renamed the runtime entry from "single" to "legacy" in values.yaml for clarity.
- Updated the helm upgrade command comment in values.yaml to reflect the correct path for deployment.
- Changed the environment variable name from "MLFLOW_HOST" and "MLFLOW_PORT" to "MLFLOW_URL" in connectors_config.py for consistency.
This commit is contained in:
vitor-aignosi
2026-05-25 16:07:10 -03:00
parent e53e792e79
commit a4594997e8
2 changed files with 4 additions and 5 deletions

View File

@@ -11,8 +11,7 @@ def build_mlflow_config() -> dict[str, Any]:
same string workers and notebooks should use for ``MLFLOW_TRACKING_URI``-style clients.
Environment Variables:
MLFLOW_HOST: Host with scheme; port optional if MLFLOW_PORT is set (default: http://localhost)
MLFLOW_PORT: Appended when host has no explicit port (default: 5080)
MLFLOW_URL: Host with scheme
MLFLOW_USERNAME: Basic-auth or service user (default: aignosi)
MLFLOW_PASSWORD: Password or token (default: aignosi)