File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : mlrun-ce
3- version : 0.11.0-rc.11
3+ version : 0.11.0-rc.12
44description : MLRun Open Source Stack
55home : https://iguazio.com
66icon : https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Original file line number Diff line number Diff line change @@ -286,19 +286,6 @@ Pipelines labels
286286{ { include " mlrun-ce.pipelines.selectorLabels" . } }
287287{ {- end -} }
288288
289- { {/*
290- Model monitoring DSN
291- */} }
292- { {- define " mlrun-ce.mlrun.modelMonitoring.DSN" -} }
293- { {- if .Values.mlrun.modelMonitoring.dsn -} }
294- { { .Values.mlrun.modelMonitoring.dsn } }
295- { {- else -} }
296- { {- if eq " mysql" .Values.mlrun.httpDB.dbType -} }
297- { { .Values.mlrun.httpDB.dsn } }_model_monitoring
298- { {- end -} }
299- { {- end -} }
300- { {- end -} }
301-
302289{ {/*
303290TimescaleDB helpers
304291*/} }
Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ data:
1717 MLRUN_HTTPDB__REAL_PATH : s3://
1818 MLRUN_ARTIFACT_PATH : s3://{{ $bucket_name }}/projects/{{ `{{run.project}}` }}/artifacts
1919 MLRUN_FEATURE_STORE__DATA_PREFIXES__DEFAULT : s3://{{ $bucket_name }}/projects/{project}/FeatureStore/{name}/{kind}
20+ MLRUN_MODEL_ENDPOINT_MONITORING__STORE_PREFIXES__USER_SPACE : s3://{{ $bucket_name }}/projects/{{ `{{project}}` }}/model-endpoints/{{ `{{kind}}` }}
21+ MLRUN_MODEL_ENDPOINT_MONITORING__STORE_PREFIXES__MONITORING_APPLICATION : s3://{{ $bucket_name }}/users/pipelines/{{ `{{project}}` }}/monitoring-apps/
2022 MLRUN_FEATURE_STORE__DATA_PREFIXES__NOSQL : " "
2123 MLRUN_CE__MODE : {{ .Values.mlrun.ce.mode }}
2224 MLRUN_CE__VERSION : {{ .Chart.Version }}
2325 MLRUN_DEFAULT_TENSORBOARD_LOGS_PATH : /home/jovyan/data/tensorboard/{{ `{{project}} `}}
2426 MLRUN_FEATURE_STORE__DEFAULT_TARGETS : parquet
2527 MLRUN_MODEL_ENDPOINT_MONITORING__STORE_PREFIXES__DEFAULT : s3://{{ $bucket_name }}/projects/{{ `{{project}}` }}/model-endpoints/{{ `{{kind}}` }}
26- MLRUN_MODEL_ENDPOINT_MONITORING__ENDPOINT_STORE_CONNECTION : " {{ template " mlrun-ce.mlrun.modelMonitoring.DSN" . }}"
2728 MLRUN_GRAFANA_URL : http://{{ .Values.global.externalHostAddress }}:{{ index .Values "kube-prometheus-stack" "grafana" "service" "nodePort" }}
2829 MLRUN_DEFAULT_FUNCTION_POD_RESOURCES__LIMITS__CPU : " {{ .Values.mlrun.defaultFunctionPodResources.limits.cpu | default " " }}"
2930 MLRUN_DEFAULT_FUNCTION_POD_RESOURCES__LIMITS__MEMORY : " {{ .Values.mlrun.defaultFunctionPodResources.limits.memory | default " " }}"
You can’t perform that action at this time.
0 commit comments