Skip to content

Commit

Permalink
Fix config for share ingress (#121)
Browse files Browse the repository at this point in the history
* chore: correct urls and disable cluster in dev envs

* fix: typo on ingress
  • Loading branch information
georgepstaylor authored Jan 9, 2025
1 parent 74bf71e commit 474075e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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

0 comments on commit 474075e

Please sign in to comment.