From 8258769eb0f15c1878fb207dff3dbfb6e61a4ef9 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 13 Feb 2025 16:50:14 +0100 Subject: [PATCH] fix(mycloud-logging): loki disable metricsInstance correct --- infra-logging/templates/loki/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infra-logging/templates/loki/release.yaml b/infra-logging/templates/loki/release.yaml index ec99d05..1832b73 100644 --- a/infra-logging/templates/loki/release.yaml +++ b/infra-logging/templates/loki/release.yaml @@ -47,6 +47,7 @@ spec: period: 24h monitoring: dashboards: + enabled: true labels: {{- toYaml .Values.commons.grafana.dashboards.labels | nindent 10 }} annotations: @@ -59,8 +60,8 @@ spec: enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} labels: {{- toYaml .Values.commons.prometheus.monitor.labels | nindent 10 }} - metricsInstance: - enabled: false + metricsInstance: + enabled: false selfMonitoring: enabled: false grafanaAgent: