fix(thanos/querier): replace deprecated --store flag with --endpoint
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2025-04-03 19:15:46 +02:00
parent d4f196514d
commit 5dd6df9db6
Signed by: tom
GPG key ID: F17EFE4272D89FF6

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