Merge pull request 'fix(thanos/querier): replace deprecated --store flag with --endpoint' (#828) from tn-fix-deprecated-thanos-flags into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

Reviewed-on: #828
This commit is contained in:
Tom Neuber 2025-04-03 19:16:28 +02:00
commit 9805a42853

View file

@ -27,12 +27,12 @@ spec:
- query - query
- --log.level=info - --log.level=info
- --endpoint.info-timeout=30s - --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 - --grpc-address=0.0.0.0:10901
- --http-address=0.0.0.0:10902 - --http-address=0.0.0.0:10902
- --query.replica-label=prometheus_replica - --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: ports:
- name: http - name: http
containerPort: 10902 containerPort: 10902