Skip to content

Commit

Permalink
updates for indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Oct 12, 2024
1 parent 50f7d68 commit d56a73e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/migrate-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
IFS=','
for prefix in $cleaned_prefixes; do
DIR=$(kubectl exec $SERVICE_POD_NAME -- aws s3api list-objects-v2 --bucket $SRC_BUCKET --prefix "$prefix" --delimiter '/' --query 'CommonPrefixes[*].Prefix' --output text)
#append to DIRS comma separated
if [ -n "$DIR" ]; then
DIR=$(echo $DIR | tr ' ' ',')
DIRS="${DIRS}${DIR},"
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tasks:
simple_reindex:
cmds:
- |
helm install "reindex-default" ./jobs/reindex --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromId=20000000" --set "toId=100000000" --namespace {{.NAMESPACE}}
helm install "reindex-default" ./jobs/reindex --set "global.elasticsearch.host={{.OPENSEARCH_HOST}}" --set "fromId=20000000" --set "toId=40000000" --namespace {{.NAMESPACE}}
batch_reindex:
vars:
Expand Down
1 change: 0 additions & 1 deletion kustomize/base/patch-shared-filestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ spec:
value: "518400000" # 6 days
- name: scheduler.cleanup.interval
value: "259200000" # 3 days

2 changes: 1 addition & 1 deletion kustomize/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ filestore:
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-shared-file-store
tag: 2.0.2
tag: 2.1.2
pullPolicy: IfNotPresent
internalPort: 8099
initContainer:
Expand Down
2 changes: 2 additions & 0 deletions kustomize/poc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ share:
replicaCount: 1
image:
tag: release_7.3.2_elasticsearch-r5.0.2-share-latest
filestore:
replicaCount: 1
externalHost: hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
externalProtocol: https
externalPort: 443
2 changes: 1 addition & 1 deletion kustomize/stage/patch-filestore-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
resources:
requests:
storage: 10000Gi
storage: 15000Gi
6 changes: 5 additions & 1 deletion kustomize/stage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ externalHost: hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justi
externalProtocol: https
externalPort: 443
tika:
replicaCount: 6
replicaCount: 8
resources:
limits:
cpu: 2
Expand All @@ -52,3 +52,7 @@ alfresco-search-enterprise:
liveIndexing:
content:
replicaCount: 8
mediation:
replicaCount: 4
metadata:
replicaCount: 4

0 comments on commit d56a73e

Please sign in to comment.