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. same string workers and notebooks should use for ``MLFLOW_TRACKING_URI``-style clients.
Environment Variables: Environment Variables:
MLFLOW_HOST: Host with scheme; port optional if MLFLOW_PORT is set (default: http://localhost) MLFLOW_URL: Host with scheme
MLFLOW_PORT: Appended when host has no explicit port (default: 5080)
MLFLOW_USERNAME: Basic-auth or service user (default: aignosi) MLFLOW_USERNAME: Basic-auth or service user (default: aignosi)
MLFLOW_PASSWORD: Password or token (default: aignosi) MLFLOW_PASSWORD: Password or token (default: aignosi)

View File

@@ -233,7 +233,7 @@ global:
runtimes: runtimes:
basic: basic:
replicas: 1 replicas: 1
single: legacy:
replicas: 1 replicas: 1
env: env:
- name: "GITHUB_BRANCH" - name: "GITHUB_BRANCH"
@@ -305,8 +305,8 @@ ssh:
# kubectl create secret docker-registry docker-hub-secret --namespace sientia --docker-server=http://aignosi.azurecr.io --docker-username=aignosi --docker-password=<pwd> # kubectl create secret docker-registry docker-hub-secret --namespace sientia --docker-server=http://aignosi.azurecr.io --docker-username=aignosi --docker-password=<pwd>
# #
# helm upgrade --install sientia-laborious-worker sientia/sientia-module -n sientia --create-namespace -f ./values.yaml --version 0.6.5 # helm upgrade --install sientia-laborious-worker /home/grezewave/Documents/projects/sientia/sientia-core-applications/sientia-module -n sientia --create-namespace -f ./values.yaml
#
# kubectl create secret generic git-ssh-key-sientia-laborious-worker \ # kubectl create secret generic git-ssh-key-sientia-laborious-worker \
# --namespace sientia \ # --namespace sientia \
# --from-file=ssh-privatekey=git_key \ # --from-file=ssh-privatekey=git_key \