Skip to content

Commit

Permalink
correct values for preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Dec 3, 2024
1 parent a882539 commit 75eb75a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tasks:
simple_reindex:
cmds:
- |
helm install "reindex-default-$(openssl rand -hex 4)" ./jobs/reindex --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromId=52000000" --set "toId=53000000" --namespace {{.NAMESPACE}}
helm install "reindex-default-$(openssl rand -hex 4)" ./jobs/reindex --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromId=65000000" --set "toId=70000000" --namespace {{.NAMESPACE}}
reindex_list:
cmds:
Expand Down
8 changes: 8 additions & 0 deletions kustomize/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ share:
tag: release_7.3.2_elasticsearch-r5.0.2-share-latest
externalProtocol: https
externalPort: 443
alfresco-search-enterprise:

liveIndexing:
# set in value-versions yaml
content:
replicaCount: 4
metadata:
replicaCount: 2
alfresco-transform-service:
tika:
replicaCount: 4
Expand Down

0 comments on commit 75eb75a

Please sign in to comment.