From da32c9c2ce9c2bdc3eeca4aa7ab0024cefd361e5 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 6 Mar 2024 14:25:47 +0100 Subject: [PATCH] neew --- apps/monitoring/thanos-query.deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/monitoring/thanos-query.deployment.yaml b/apps/monitoring/thanos-query.deployment.yaml index fa2b147..3ff3292 100644 --- a/apps/monitoring/thanos-query.deployment.yaml +++ b/apps/monitoring/thanos-query.deployment.yaml @@ -16,12 +16,12 @@ spec: spec: containers: - name: thanos - image: quay.io/thanos/thanos:v0.8.0 + image: thanos args: - query - --log.level=debug - --query.replica-label=replica - - --store=dnssrv+thanos-store-gateway:10901 + - --store=dnssrv+thanos-store-gateway-0:10901 ports: - name: http containerPort: 10902