Skip to content

Commit

Permalink
correct names
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 3, 2024
1 parent 1091f12 commit c511d7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions kustomize/stage/patch-ingress-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Ingress
metadata:
name: alfresco-content-services-alfresco-cs-repository
annotations:
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-repository-hmpps-delius-alfresco-test-green
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-repository-hmpps-delius-alfresco-stage-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
spec:
rules:
- host: hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
- host: hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
http:
paths:
- backend:
Expand All @@ -26,4 +26,4 @@ spec:
pathType: Prefix
tls:
- hosts:
- hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
- hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
6 changes: 3 additions & 3 deletions kustomize/stage/patch-ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Ingress
metadata:
name: alfresco-content-services-alfresco-cs-share
annotations:
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-share-hmpps-delius-alfresco-test-green
external-dns.alpha.kubernetes.io/set-identifier: alfresco-content-services-alfresco-cs-share-hmpps-delius-alfresco-stage-green
nginx.ingress.kubernetes.io/whitelist-source-range: "placeholder"
spec:
rules:
- host: share.hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
- host: share.hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
http:
paths:
- backend:
Expand All @@ -26,5 +26,5 @@ spec:
pathType: Prefix
tls:
- hosts:
- share.hmpps-delius-alfresco-test.apps.live.cloud-platform.service.justice.gov.uk
- share.hmpps-delius-alfresco-stage.apps.live.cloud-platform.service.justice.gov.uk
secretName: share-ingress-cert
2 changes: 1 addition & 1 deletion kustomize/stage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file overrides values defined in ./values.yaml
repository:
replicaCount: 2
replicaCount: 1
image:
tag: release_7.3.2_elasticsearch-r5.0.2-content-latest
resources: # requests and limits set closer together to ensure CP stability
Expand Down

0 comments on commit c511d7b

Please sign in to comment.