diff --git a/jobs/reindex/values.yaml b/jobs/reindex/values.yaml index d5cd6d0..f03d04c 100644 --- a/jobs/reindex/values.yaml +++ b/jobs/reindex/values.yaml @@ -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 @@ -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 diff --git a/kustomize/poc/patch-ingress-repository.yaml b/kustomize/poc/patch-ingress-repository.yaml index 12b5850..1e5655a 100644 --- a/kustomize/poc/patch-ingress-repository.yaml +++ b/kustomize/poc/patch-ingress-repository.yaml @@ -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 diff --git a/kustomize/poc/patch-ingress-share.yaml b/kustomize/poc/patch-ingress-share.yaml index 1d4d3f4..732b360 100644 --- a/kustomize/poc/patch-ingress-share.yaml +++ b/kustomize/poc/patch-ingress-share.yaml @@ -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