Skip to content

Commit

Permalink
attempt poc
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jan 8, 2025
1 parent 6b1bb21 commit 3174104
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
10 changes: 3 additions & 7 deletions kustomize/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ share:
image:
repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share
tag: release_7.3.2_elasticsearch-r5.0.2-chart-7.0.3-share-latest
alfresco-transform-service:
filestore:
enabled: true
replicaCount: 1

externalPort: 443
global:
known_urls:
- https://hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
- https://share.hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
- https://hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk
- https://share.hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk
- https://alf-sfs.dev.delius-core.hmpps-preproduction.modernisation-platform.service.justice.gov.uk
24 changes: 21 additions & 3 deletions kustomize/poc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,32 @@ alfresco-repository:
image:
repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-content-repository
tag: release_7.3.2_elasticsearch-r5.0.2-content-latest
persistence:
# -- Persist repository data
enabled: true
baseSize: 100Gi
# -- Specify a storageClass for dynamic provisioning
accessModes:
- ReadWriteOnce
share:
replicaCount: 1
image:
repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share
tag: release_7.3.2_elasticsearch-r5.0.2-chart-7.0.3-share-latest
activemq:
nameOverride: activemq
enabled: true
alfresco-transform-service:
filestore:
enabled: true
replicaCount: 1
alfresco-search-enterprise:
messageBroker:
existingSecret:
name: null
liveIndexing:
externalPort: 443
global:
known_urls:
- https://hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk
- https://share.hmpps-delius-alfresco-dev.apps.live.cloud-platform.service.justice.gov.uk
- https://alf-sfs.dev.delius-core.hmpps-preproduction.modernisation-platform.service.justice.gov.uk
- https://hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
- https://share.hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk

0 comments on commit 3174104

Please sign in to comment.