From 416592b21de00def2bdd6d608b096cc9ef2bfb08 Mon Sep 17 00:00:00 2001 From: Brian Jackson <bjackson@fullvisibility.com> Date: Thu, 20 Feb 2025 11:39:08 -0500 Subject: [PATCH 1/2] Updated grafana/prometheus to point to mimir gateway --- chart/templates/grafana/values.yaml | 2 +- chart/templates/monitoring/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/templates/grafana/values.yaml b/chart/templates/grafana/values.yaml index d6f8d481a9..cc7ab59208 100644 --- a/chart/templates/grafana/values.yaml +++ b/chart/templates/grafana/values.yaml @@ -109,7 +109,7 @@ datasources: type: prometheus uid: mimir access: proxy - url: http://mimir-mimir-nginx.mimir.svc.cluster.local/prometheus + url: http://mimir-mimir-gateway.mimir.svc.cluster.local/prometheus editable: true {{- end }} {{- if .Values.monitoring.enabled }} diff --git a/chart/templates/monitoring/values.yaml b/chart/templates/monitoring/values.yaml index 92f24bb116..886110eeee 100644 --- a/chart/templates/monitoring/values.yaml +++ b/chart/templates/monitoring/values.yaml @@ -173,9 +173,9 @@ prometheus: remoteWrite: {{- if .Values.istio.enabled }} # I promise it's not a typo; the port is 80 even though it's TLS - - url: https://mimir-mimir-nginx.mimir.svc.cluster.local:80/api/v1/push + - url: https://mimir-mimir-gateway.mimir.svc.cluster.local:80/api/v1/push {{- else }} - - url: http://mimir-mimir-nginx.mimir.svc.cluster.local/api/v1/push + - url: http://mimir-mimir-gateway.mimir.svc.cluster.local/api/v1/push {{- end }} {{- if and .Values.istio.enabled (eq (dig "istio" "mtls" "mode" "STRICT" .Values.addons.mimir.values) "STRICT") }} tlsConfig: -- GitLab From bd9db579604026486bb9d2c5115e5deeadfdf1fc Mon Sep 17 00:00:00 2001 From: "mr.bot" <mr.bot@bigbang.dev> Date: Thu, 27 Feb 2025 17:54:47 +0000 Subject: [PATCH 2/2] Updated mimir git tag --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 5adb0970c8..a218706938 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2125,12 +2125,12 @@ addons: git: repo: https://repo1.dso.mil/big-bang/product/packages/mimir.git - tag: "5.5.1-bb.4" + tag: "5.5.1-bb.6" path: "./chart" helmRepo: repoName: "registry1" chartName: "mimir" - tag: "5.5.1-bb.4" + tag: "5.5.1-bb.6" # -- Enable Mimir Enterprise enterprise: -- GitLab