Skip to content

Commit

Permalink
Removing re-label config and adding compaction level max to avoid cop…
Browse files Browse the repository at this point in the history
…ying non-compacted blocks (for-now). (#713)

Signed-off-by: Moad Zardab <mzardab@redhat.com>
  • Loading branch information
moadz authored Dec 29, 2024
1 parent 85013a5 commit dbafd28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/operations/bucket-replicate/cron-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parameters:
- name: DESTINATION_OBJ_STORE_K8S_SECRET_KEY
value: 'config.yaml'
- name: COMPACTION_MIN
value: '0'
value: '3'
- name: COMPACTION_MAX
value: '100'
- name: MIN_TIME
Expand Down Expand Up @@ -91,7 +91,6 @@ objects:
- '--objstore.config-file=/var/lib/thanos/bucket-replicate-config/from/${SOURCE_OBJ_STORE_K8S_SECRET_KEY}'
- '--objstore-to.config-file=/var/lib/thanos/bucket-replicate-config/to/${DESTINATION_OBJ_STORE_K8S_SECRET_KEY}'
- '--single-run'
- '--matcher=tenant_id="${TENANT_ID}"'
- '--min-time=${MIN_TIME}'
- '--max-time=${MAX_TIME}'
- '--compaction-min=${COMPACTION_MIN}'
Expand Down

0 comments on commit dbafd28

Please sign in to comment.