From 74e2fa0c8d0bdc54cc6b88ab1f4476b78a1b9b41 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:06:19 +0000 Subject: [PATCH] *Merge on go live only* Add ingress for domain intranet.justice.gov.uk --- deploy/production/ingress.tpl.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deploy/production/ingress.tpl.yml b/deploy/production/ingress.tpl.yml index f3dc9d8fb..88a488f19 100644 --- a/deploy/production/ingress.tpl.yml +++ b/deploy/production/ingress.tpl.yml @@ -27,6 +27,9 @@ spec: tls: - hosts: - prod-intranet.apps.live.cloud-platform.service.justice.gov.uk + - hosts: + - intranet.justice.gov.uk + secretName: intranet-production-cert-secret rules: - host: prod-intranet.apps.live.cloud-platform.service.justice.gov.uk http: @@ -38,3 +41,13 @@ spec: name: nginx-service port: number: 8080 + - host: intranet.justice.gov.uk + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: nginx-service + port: + number: 8080