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