From cf38a4156adcbdda150fe309f1f7dd97a5a3bf07 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 28 Sep 2023 09:09:53 +0930 Subject: [PATCH] refactor(grafana_datasources): default prom set to thanos !4 --- values.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/values.yaml b/values.yaml index 57faf2c..1d700ae 100644 --- a/values.yaml +++ b/values.yaml @@ -93,23 +93,23 @@ nfc_monitoring: # prometheusType: Mimir # editable: true - - name: prometheus - type: prometheus - access: proxy - url: "http://prometheus-k8s.{{ .Values.nfc_monitoring.prometheus.namespace }}.svc:9090" - isDefault: true - jsonData: - manageAlerts: true - orgId: 1 - prometheusType: Prometheus - prometheusVersion: 2.42.0 - editable: true + # - name: prometheus + # type: prometheus + # access: proxy + # url: "http://prometheus-k8s.{{ .Values.nfc_monitoring.prometheus.namespace }}.svc:9090" + # isDefault: true + # jsonData: + # manageAlerts: true + # orgId: 1 + # prometheusType: Prometheus + # prometheusVersion: 2.42.0 + # editable: true - name: thanos type: prometheus access: proxy url: "http://thanos-query.metrics.svc:9090" - isDefault: false + isDefault: true jsonData: manageAlerts: true orgId: 1