diff --git a/manifests/thanos-receive-ingestor-default-statefulSet.yaml b/manifests/thanos-receive-ingestor-default-statefulSet.yaml index c330e94..a37ccdf 100644 --- a/manifests/thanos-receive-ingestor-default-statefulSet.yaml +++ b/manifests/thanos-receive-ingestor-default-statefulSet.yaml @@ -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: @@ -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: