We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863995 commit 05f3a1aCopy full SHA for 05f3a1a
manifests/thanos-receive-ingestor-default-statefulSet.yaml
@@ -75,6 +75,7 @@ spec:
75
- --tsdb.retention=15d
76
- --label=replica="$(NAME)"
77
- --label=receive="true"
78
+ - --objstore.config=$(OBJSTORE_CONFIG)
79
- --receive.local-endpoint=$(NAME).thanos-receive-ingestor-default.$(NAMESPACE).svc.cluster.local:10901
80
- --receive.hashrings-file=/var/lib/thanos-receive/hashrings.json
81
env:
@@ -90,6 +91,11 @@ spec:
90
91
valueFrom:
92
fieldRef:
93
fieldPath: status.hostIP
94
+ - name: OBJSTORE_CONFIG
95
+ valueFrom:
96
+ secretKeyRef:
97
+ key: thanos.yaml
98
+ name: thanos-objectstorage
99
image: quay.io/thanos/thanos:v0.31.0
100
imagePullPolicy: IfNotPresent
101
livenessProbe:
0 commit comments