Skip to content

Commit

Permalink
patching
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Dec 2, 2024
1 parent 47c0296 commit a477b3f
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 150 deletions.
2 changes: 1 addition & 1 deletion jobs/reindex/templates/reindexing-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
ELASTICSEARCH_INDEXNAME: "{{ .Values.indexName }}"
{{ template "alfresco-search-enterprise.config.spring" . }}
ALFRESCO_SHAREDFILESTORE_BASEURL: https://alf-sfs.preprod.delius-core.hmpps-preproduction.modernisation-platform.service.justice.gov.uk/alfresco/api/-default-/private/sfs/versions/1/file/
ALFRESCO_ACCEPTEDCONTENTMEDIATYPESCACHE_BASEURL: http://alfresco-content-services-alfresco-router/transform/config
ALFRESCO_ACCEPTEDCONTENTMEDIATYPESCACHE_BASEURL: http://alfresco-content-services-transform-router/transform/config
ALFRESCO_REINDEX_PATHINDEXINGENABLED: {{ .Values.pathIndexingEnabled | quote }}
SPRING_DATASOURCE_URL: {{ .Values.postgresql.url }}
{{- if .Values.environment }}
Expand Down
8 changes: 3 additions & 5 deletions kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ resources:
patches:
- path: patch-ingress-repository.yaml
- path: patch-ingress-share.yaml
# - path: patch-delete-reindexing-config-map.yaml
# - path: patch-live-path-indexing.yaml
# - path: patch-live-metadata-indexing.yaml
# - path: patch-live-content-indexing.yaml
# - path: patch-live-mediation-indexing.yaml
- path: patch-live-path-indexing.yaml
- path: patch-live-metadata-indexing.yaml
- path: patch-live-content-indexing.yaml
- path: patch-router.yaml
5 changes: 0 additions & 5 deletions kustomize/base/patch-delete-reindexing-config-map.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions kustomize/base/patch-live-mediation-indexing.yaml

This file was deleted.

10 changes: 1 addition & 9 deletions kustomize/preprod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@ resources:
patches:
- path: patch-ingress-repository.yaml
- path: patch-ingress-share.yaml
# - path: patch-live-indexing-path.yaml
# - path: patch-live-indexing-content.yaml
# - path: patch-live-indexing-mediation.yaml
# - path: patch-live-indexing-metadata.yaml
- path: patch-router.yaml
# - path: patch-tika.yaml
# - path: patch-transform-misc.yaml
# - path: patch-transform-libreoffice.yaml
# - path: patch-transform-imagemagick.yaml
- path: patch-infra-config-map.yaml
6 changes: 6 additions & 0 deletions kustomize/preprod/patch-infra-config-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: alfresco-infrastructure
data:
SFS_URL: https://alf-sfs.preprod.delius-core.hmpps-preproduction.modernisation-platform.service.justice.gov.uk/alfresco/api/-default-/private/sfs/versions/1/file
12 changes: 0 additions & 12 deletions kustomize/preprod/patch-live-indexing-content.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-live-indexing-mediation.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-live-indexing-metadata.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-live-indexing-path.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-router.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-tika.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-transform-imagemagick.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-transform-libreoffice.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/preprod/patch-transform-misc.yaml

This file was deleted.

0 comments on commit a477b3f

Please sign in to comment.