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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user