Skip to content

Commit

Permalink
Add Prometheus NodePort and Grafana Persistency (#18)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update NOTES.txt

* Update Chart.yaml
  • Loading branch information
eliyahu77 authored Sep 11, 2022
1 parent ae6b94b commit d681836
Show file tree
Hide file tree
Showing 3 changed files with 12 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.0.13
version: 0.0.14
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
4 changes: 4 additions & 0 deletions charts/mlrun-ce/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


Expand Down
7 changes: 7 additions & 0 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ kube-prometheus-stack:
alertmanager:
enabled: false
grafana:
persistence:
type: pvc
enabled: true
size: 10Gi
grafana.ini:
auth.anonymous:
enabled: true
Expand All @@ -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:
Expand Down

0 comments on commit d681836

Please sign in to comment.