diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 037325de..e1f64f4d 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.0.13 +version: 0.0.14 name: mlrun-ce description: MLRUn Open Source Stack home: https://iguazio.com diff --git a/charts/mlrun-ce/templates/NOTES.txt b/charts/mlrun-ce/templates/NOTES.txt index 0f109f9c..f77dc4bf 100644 --- a/charts/mlrun-ce/templates/NOTES.txt +++ b/charts/mlrun-ce/templates/NOTES.txt @@ -36,6 +36,10 @@ You're up and running ! 8. Grafana UI is available at: http://{{ .Values.global.externalHostAddress }}:30110 + +9. Prometheus UI is available at: + http://{{ .Values.global.externalHostAddress }}:30120 + {{- end }} diff --git a/charts/mlrun-ce/values.yaml b/charts/mlrun-ce/values.yaml index 4403a0c7..f7c6bcd3 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -300,6 +300,10 @@ kube-prometheus-stack: alertmanager: enabled: false grafana: + persistence: + type: pvc + enabled: true + size: 10Gi grafana.ini: auth.anonymous: enabled: true @@ -313,6 +317,9 @@ kube-prometheus-stack: nodePort: 30110 prometheus: enabled: true + service: + type: NodePort + nodePort: 30120 kube-state-metrics: fullnameOverride: state-metrics prometheus-node-exporter: