Skip to content

Commit

Permalink
Merge branch 'main' into get-rds-url-from-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Aug 9, 2024
2 parents 5ccd02e + 86d2e96 commit c497f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jobs/reindex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ affinity: {}
indexName: alfresco
pathIndexingEnabled: true
postgresql:
url: jdbc:postgresql://cloud-platform-f05612b0b7cdbf33.cdwm328dlye6.eu-west-2.rds.amazonaws.com:5432/alfresco
url: null
hostname:
database:
existingSecretName: rds-instance-output
Expand Down Expand Up @@ -46,7 +46,7 @@ global:
# -- Shared connections details for Elasticsearch/Opensearch cluster
elasticsearch:
# -- The host where service is available
host: opensearch-proxy-service-cloud-platform-62a206e0.hmpps-delius-alfrsco-poc.svc.cluster.local
host: null
# -- The port where service is available
port: 8080
# -- Valid values are http or https
Expand Down
1 change: 1 addition & 0 deletions kustomize/poc/patch-ingress-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
annotations:
external-dns.alpha.kubernetes.io/set-identifier: delius-alfresco-cs-repository-hmpps-delius-alfrsco-poc-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
nginx.ingress.kubernetes.io/whitelist-source-range: placeholder
spec:
rules:
- host: hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
Expand Down
2 changes: 1 addition & 1 deletion kustomize/poc/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: delius-alfresco-cs-share
annotations:
external-dns.alpha.kubernetes.io/set-identifier: delius-alfresco-cs-share-hmpps-delius-alfrsco-poc-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
nginx.ingress.kubernetes.io/whitelist-source-range: placeholder
spec:
rules:
- host: share.hmpps-delius-alfrsco-poc.apps.live.cloud-platform.service.justice.gov.uk
Expand Down

0 comments on commit c497f1c

Please sign in to comment.