fix(thanos/querier): replace deprecated --store flag with --endpoint #828

Merged
tom merged 1 commit from tn-fix-deprecated-thanos-flags into main 2025-04-03 19:16:28 +02:00
Showing only changes of commit 5dd6df9db6 - Show all commits

View file

@ -27,12 +27,12 @@ spec:
- query
- --log.level=info
- --endpoint.info-timeout=30s
- --endpoint=storegateway.thanos.svc.cluster.local:10901
- --endpoint=receiver-store-1.thanos.svc.cluster.local:10907
- --endpoint=receiver-store-2.thanos.svc.cluster.local:10907
- --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:10902
- --query.replica-label=prometheus_replica
- --store=storegateway.thanos.svc.cluster.local:10901
- --store=receiver-store-1.thanos.svc.cluster.local:10907
- --store=receiver-store-2.thanos.svc.cluster.local:10907
ports:
- name: http
containerPort: 10902