diff --git a/kustomize/dev/values.yaml b/kustomize/dev/values.yaml index 5c51d3f..d8b6b45 100644 --- a/kustomize/dev/values.yaml +++ b/kustomize/dev/values.yaml @@ -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 diff --git a/kustomize/poc/values.yaml b/kustomize/poc/values.yaml index 451a2ae..8209f3f 100644 --- a/kustomize/poc/values.yaml +++ b/kustomize/poc/values.yaml @@ -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