Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Nov 18, 2024
1 parent 9269269 commit 93b68a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ tasks:
simple_reindex_date:
cmds:
- |
helm install "reindex-default-$(openssl rand -hex 4)" ./jobs/reindex_date --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromTime=201707311201" --set "toTime=201708311201" --namespace {{.NAMESPACE}}
# change
helm install "reindex-default-$(openssl rand -hex 4)" ./jobs/reindex_date --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromTime=201707060001" --set "toTime=201707070001" --namespace {{.NAMESPACE}}
simple_reindex_date_metadata-only:
cmds:
Expand Down
13 changes: 0 additions & 13 deletions cert.yaml

This file was deleted.

1 change: 0 additions & 1 deletion jobs/reindex_date/templates/reindexing-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ spec:
-Dalfresco.reindex.fromTime={{ .Values.fromTime }}
-Dalfresco.reindex.toTime={{ .Values.toTime }}
-Dalfresco.reindex.contentIndexingEnabled={{ .Values.content }}
-Dalfresco.reindex.retryingEnabled=false
-Dalfresco.reindex.metadataIndexingEnabled=true
-Dalfresco.reindex.multithreadedStepEnabled=true
-Dalfresco.reindex.concurrentProcessors=30
Expand Down

0 comments on commit 93b68a7

Please sign in to comment.