Skip to content

Commit fa3e2b2

Browse files
authored
feat(thanos): Updated dedupe logic (#838)
Signed-off-by: Steve Hipwell <[email protected]>
1 parent f1d900f commit fa3e2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/thanos/templates/compact/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ spec:
7777
- --data-dir=/var/thanos/compact
7878
- --objstore.config-file=/etc/thanos/objstore.yaml
7979
{{- if .Values.compact.deduplication.enabled }}
80+
- --compact.enable-vertical-compaction
8081
{{- range (concat .Values.additionalReplicaLabels (ternary (list "rule_replica") (list) .Values.rule.enabled ) (ternary (list "receive_replica") (list) .Values.receive.enabled )) | uniq }}
8182
- --deduplication.replica-label={{ . }}
8283
{{- end }}

0 commit comments

Comments
 (0)