From 3d4d467e28ace4c1062d9117595f3e3061aef877 Mon Sep 17 00:00:00 2001 From: Raffael H Date: Thu, 12 Oct 2023 17:39:46 +0200 Subject: [PATCH] Fix thanos store setup --- charts/user-monitoring/templates/_user-thanos-query-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/user-monitoring/templates/_user-thanos-query-deploy.yaml b/charts/user-monitoring/templates/_user-thanos-query-deploy.yaml index 4af341e..d53728d 100644 --- a/charts/user-monitoring/templates/_user-thanos-query-deploy.yaml +++ b/charts/user-monitoring/templates/_user-thanos-query-deploy.yaml @@ -26,6 +26,7 @@ spec: - --endpoint=prometheus-operated.{{ .Values.user }}-monitoring.svc.cluster.local:10901 - --endpoint=thanos-ruler-operated.{{ .Values.user }}-monitoring.svc.cluster.local:10901 - --endpoint=prometheus-operated.monitoring.svc.cluster.local:10901 + - --store=dnssrv+_grpc._tcp.kube-prometheus-stack-thanos-discovery.monitoring.svc.cluster.local - --store.unhealthy-timeout=3d image: quay.io/thanos/thanos:v0.25.1 name: thanos-query