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 f1d900f commit fa3e2b2Copy full SHA for fa3e2b2
charts/thanos/templates/compact/statefulset.yaml
@@ -77,6 +77,7 @@ spec:
77
- --data-dir=/var/thanos/compact
78
- --objstore.config-file=/etc/thanos/objstore.yaml
79
{{- if .Values.compact.deduplication.enabled }}
80
+ - --compact.enable-vertical-compaction
81
{{- range (concat .Values.additionalReplicaLabels (ternary (list "rule_replica") (list) .Values.rule.enabled ) (ternary (list "receive_replica") (list) .Values.receive.enabled )) | uniq }}
82
- --deduplication.replica-label={{ . }}
83
{{- end }}
0 commit comments