Skip to content

Commit

Permalink
Revert "Add custom domain for prod" (#592)
Browse files Browse the repository at this point in the history
Revert "Add custom domain for prod (#591)"

This reverts commit 5839505.
  • Loading branch information
MatMoore authored Jul 25, 2024
1 parent 5839505 commit 63a3f27
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions deployments/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ spec:
tls:
- hosts:
- ${NAMESPACE}.apps.live.cloud-platform.service.justice.gov.uk
- hosts:
- find-moj-data.service.justice.gov.uk
secretName: find-moj-data-cert # pragma: allowlist secret
rules:
- host: ${NAMESPACE}.apps.live.cloud-platform.service.justice.gov.uk
http:
Expand All @@ -24,13 +21,3 @@ spec:
name: find-moj-data-service # this should match the metadata.name in service.yml
port:
number: 80
- host: find-moj-data.service.justice.gov.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: find-moj-data-service # this should match the metadata.name in service.yml
port:
number: 80

0 comments on commit 63a3f27

Please sign in to comment.