Skip to content

Commit dbafd28

Browse files
authored
Removing re-label config and adding compaction level max to avoid copying non-compacted blocks (for-now). (#713)
Signed-off-by: Moad Zardab <[email protected]>
1 parent 85013a5 commit dbafd28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/operations/bucket-replicate/cron-job-template.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
- name: DESTINATION_OBJ_STORE_K8S_SECRET_KEY
2424
value: 'config.yaml'
2525
- name: COMPACTION_MIN
26-
value: '0'
26+
value: '3'
2727
- name: COMPACTION_MAX
2828
value: '100'
2929
- name: MIN_TIME
@@ -91,7 +91,6 @@ objects:
9191
- '--objstore.config-file=/var/lib/thanos/bucket-replicate-config/from/${SOURCE_OBJ_STORE_K8S_SECRET_KEY}'
9292
- '--objstore-to.config-file=/var/lib/thanos/bucket-replicate-config/to/${DESTINATION_OBJ_STORE_K8S_SECRET_KEY}'
9393
- '--single-run'
94-
- '--matcher=tenant_id="${TENANT_ID}"'
9594
- '--min-time=${MIN_TIME}'
9695
- '--max-time=${MAX_TIME}'
9796
- '--compaction-min=${COMPACTION_MIN}'

0 commit comments

Comments
 (0)