fix(thanos/querier): replace deprecated --store
flag with --endpoint
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
d4f196514d
commit
5dd6df9db6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue