Skip to content

Commit

Permalink
Override Grafana URL in mlrun config (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Dec 21, 2023
1 parent 920efe5 commit 028ffab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.6.3-rc8
version: 0.6.3-rc9
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
1 change: 1 addition & 0 deletions charts/mlrun-ce/templates/config/mlrun-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ data:
MLRUN_FEATURE_STORE__DEFAULT_TARGETS: parquet
MLRUN_MODEL_ENDPOINT_MONITORING__STORE_TYPE: sql
MLRUN_MODEL_ENDPOINT_MONITORING__ENDPOINT_STORE_CONNECTION: "{{ template "mlrun-ce.mlrun.modelMonitoring.DSN" . }}"
MLRUN_GRAFANA_URL: http://{{ .Values.global.externalHostAddress }}:{{ index .Values "kube-prometheus-stack" "grafana" "service" "nodePort" }}
{{- end}}

0 comments on commit 028ffab

Please sign in to comment.