Skip to content

Commit ba417c1

Browse files
authored
[Model Monitoring] Remove v3io from mlrun config, remove deprecated MM ENDPOINT_STORE_CONNECTION (#263)
1 parent 71ebb06 commit ba417c1

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

charts/mlrun-ce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: mlrun-ce
3-
version: 0.11.0-rc.11
3+
version: 0.11.0-rc.12
44
description: MLRun Open Source Stack
55
home: https://iguazio.com
66
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png

charts/mlrun-ce/templates/_helpers.tpl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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
{{/*
303290
TimescaleDB helpers
304291
*/}}

charts/mlrun-ce/templates/config/mlrun-env-configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 "" }}"

0 commit comments

Comments
 (0)