SIENTIAPDE-1646

Update values.yaml to add MLFLOW environment variables

- Added MLFLOW_HOST and MLFLOW_PORT environment variables to values.yaml for tracking configuration.
This commit is contained in:
vitor-aignosi
2026-05-25 16:35:41 -03:00
parent a4594997e8
commit ad4da333a0

View File

@@ -238,6 +238,10 @@ runtimes:
env: env:
- name: "GITHUB_BRANCH" - name: "GITHUB_BRANCH"
value: "main" value: "main"
- name: "MLFLOW_HOST"
value: "http://sientia-tracker-mlflow-tracking.sientia-tracker.svc.cluster.local"
- name: "MLFLOW_PORT"
value: "80"
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Chart-level configuration (applies to all runtimes) # Chart-level configuration (applies to all runtimes)