Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config for share ingress #121

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions kustomize/dev/alf-prop-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: alf-prop-config-map
data:
alfresco-global.properties: |
data:
alfresco-global.properties: |
deployment.method=HELM_CHART
alfresco.cluster.enabled=true
alfresco.cluster.enabled=false
alfresco.host=hmpps-delius-alfresco-preprod.apps.live.cloud-platform.service.justice.gov.uk
alfresco.protocol=https
alfresco.port=443
Expand All @@ -24,7 +24,7 @@ data:
localTransform.tika.url=http://alfresco-content-services-tika
localTransform.misc.url=http://alfresco-content-services-transform-misc
events.subsystem.autoStart=false

#Zaizi additions
zaizi.noms.root.folder=NOMS
zaizi.noms.crn.pattern=([A-Z])([0-9]{3})([0-9]{3})
Expand Down
2 changes: 1 addition & 1 deletion kustomize/dev/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down
2 changes: 1 addition & 1 deletion kustomize/poc/alf-prop-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
data:
alfresco-global.properties: |
deployment.method=HELM_CHART
alfresco.cluster.enabled=true
alfresco.cluster.enabled=false
alfresco.host=hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
alfresco.protocol=https
alfresco.port=443
Expand Down
2 changes: 1 addition & 1 deletion kustomize/stage/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down
10 changes: 5 additions & 5 deletions kustomize/test/alf-prop-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ data:
alfresco-global.properties: |
deployment.method=HELM_CHART
alfresco.cluster.enabled=true
alfresco.host=hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
alfresco.host=hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
alfresco.protocol=https
alfresco.port=443
aos.baseUrlOverwrite=https://hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk/alfresco/aos
csrf.filter.origin=https://hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
csrf.filter.referer=https://hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk/.*
aos.baseUrlOverwrite=https://hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk/alfresco/aos
csrf.filter.origin=https://hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
csrf.filter.referer=https://hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk/.*
share.protocol=https
share.host=hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
share.host=hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
share.port=443
local.transform.service.enabled=true
transform.service.enabled=false
Expand Down
2 changes: 1 addition & 1 deletion kustomize/test/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
paths:
- backend:
service:
name: alfresco-content-service-share
name: alfresco-content-services-share
port:
number: 80
path: /
Expand Down
Loading