Skip to content

Commit

Permalink
Adding --objstore.config to thanos recieve ingestor, without this fla…
Browse files Browse the repository at this point in the history
…g, it's not writing to minio or any object storage

Signed-off-by: Raj Babu Das <[email protected]>
  • Loading branch information
imrajdas committed Jul 27, 2024
1 parent 4863995 commit 05f3a1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/thanos-receive-ingestor-default-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
- --tsdb.retention=15d
- --label=replica="$(NAME)"
- --label=receive="true"
- --objstore.config=$(OBJSTORE_CONFIG)
- --receive.local-endpoint=$(NAME).thanos-receive-ingestor-default.$(NAMESPACE).svc.cluster.local:10901
- --receive.hashrings-file=/var/lib/thanos-receive/hashrings.json
env:
Expand All @@ -90,6 +91,11 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: OBJSTORE_CONFIG
valueFrom:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.31.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit 05f3a1a

Please sign in to comment.